diff options
author | Pokeglitch <pokeglitchx@gmail.com> | 2018-07-31 12:55:50 -0400 |
---|---|---|
committer | Pokeglitch <pokeglitchx@gmail.com> | 2018-07-31 12:55:50 -0400 |
commit | 998fea6e430f278a2d03a6ebab9fbc36dc91edfa (patch) | |
tree | 01cecb6772acc2c9f157d8a39b5e390560429e69 /wram.asm | |
parent | 21fdd85e3d4c1cfa25d2a8ed4389eed3eacb9fb5 (diff) |
More bank 1 dumps
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -644,7 +644,9 @@ wDebugFlags:: db ; ce63 ; Bit 1: Debug field indicator ; Bit 2-3: Game is continued (set when selecting continue on the main menu) - ds 3 +wce64:: ds 1 ; ce64 +wce65:: ds 1 ; ce65 +wce66:: ds 1 ; ce66 wPlayerName:: ds 6 ; ce67 |