summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPokeglitch <pokeglitchx@gmail.com>2018-07-31 12:55:50 -0400
committerPokeglitch <pokeglitchx@gmail.com>2018-07-31 12:55:50 -0400
commit998fea6e430f278a2d03a6ebab9fbc36dc91edfa (patch)
tree01cecb6772acc2c9f157d8a39b5e390560429e69 /wram.asm
parent21fdd85e3d4c1cfa25d2a8ed4389eed3eacb9fb5 (diff)
More bank 1 dumps
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 5814309..fa3ffe8 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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