summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorobskyr <powpowd@gmail.com>2018-07-03 04:59:38 +0200
committerobskyr <powpowd@gmail.com>2018-07-03 04:59:38 +0200
commite596d41c1790bb9b77c9e941aab5eb4b1305dbb5 (patch)
tree57b6381363f3126a026b9e39aae9ac5630936293 /wram.asm
parent382fd4b50e27cea7e0f97839363235ea2eac14fa (diff)
A few small formatting fixes
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm7
1 files changed, 3 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index ac9eeee..c11d342 100644
--- a/wram.asm
+++ b/wram.asm
@@ -635,10 +635,9 @@ wActiveFrame:: db ; ce61
wTextBoxFlags:: db ; ce62
wDebugFlags:: db ; ce63
-; 76543210
-; \/|\- debug battle indicator
-; | \-- debug field indicator
-; \---- loaded/continued game
+; Bit 0: Debug battle indicator
+; Bit 1: Debug field indicator
+; Bit 2-3: Game is continued (set when selecting continue on the main menu)
ds 3