diff options
author | Ryan Tandy <ryan@nardis.ca> | 2019-10-11 19:26:52 -0700 |
---|---|---|
committer | Ryan Tandy <ryan@nardis.ca> | 2019-10-11 19:26:52 -0700 |
commit | c01ed32c8b274f4d2312e70782071d68dea91f97 (patch) | |
tree | 7a54b4fee54c863701f7785432e7b2938b63aa66 /wram.asm | |
parent | 3855a686b67e1b32192438dce1ff4e214b47cec0 (diff) |
Disassemble Game Freak logo intro
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -2106,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 |