diff options
Diffstat (limited to 'kamek_pal.x')
-rw-r--r-- | kamek_pal.x | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kamek_pal.x b/kamek_pal.x index 98b7881..33e5401 100644 --- a/kamek_pal.x +++ b/kamek_pal.x @@ -1,4 +1,6 @@ SECTIONS { + isReplayEnabled = 0x80002EEE; + UpdateSelectCursor = 0x800B44D0; HideSelectCursor = 0x8010C890; SelectCursorPointer = 0x8042A5A8; @@ -1577,11 +1579,16 @@ SECTIONS { continueFromReplayHookStart = 0x809246E4; continueFromReplayEndHook = 0x8010223C; returnFromRecorder = 0x800B60C0; + dontSkipReplayPrepare = 0x8091F6EC; + doSkipReplayPrepare = 0x8091F90C; GetSomeGlobalClass = 0x80109450; SomeUnknownClass5408 = 0x8042A578; SomeWipeClass = 0x8042A720; QueryGlobal5758 = 0x800B3B50; + Crsin_EffectResWaitProc = 0x809A1DA8; + Crsin_ReplayResWaitProc = 0x809A1D68; + SoundClassRelated = 0x8042a03c; BufferToCheckIfPlaying = 0x8042a768; StopSoundBasic = 0x801955E0; |