diff options
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,5 +1,6 @@ INCLUDE "includes.asm" INCLUDE "macros/wram.asm" +INCLUDE "vram.asm" SECTION "Audio RAM", WRAM0 wc000:: @@ -2105,9 +2106,13 @@ wMonType:: ds 1 ; ce5f wCurSpecies:: ds 1 ; ce60 wce61:: ds 1 ; ce61 wce62:: ds 1 ; ce62 -wce63:: ds 1 ; ce63 +wce63:: +wJumpTableIndex:: + db ; ce63 wce64:: ds 1 ; ce64 -wce65:: ds 1 ; ce65 +wce65:: +wIntroSceneTimer:: + db ; ce65 wce66:: ds 1 ; ce66 wRequested2bpp:: ds 1 ; ce67 |