diff options
author | obskyr <powpowd@gmail.com> | 2018-07-03 04:59:38 +0200 |
---|---|---|
committer | obskyr <powpowd@gmail.com> | 2018-07-03 04:59:38 +0200 |
commit | e596d41c1790bb9b77c9e941aab5eb4b1305dbb5 (patch) | |
tree | 57b6381363f3126a026b9e39aae9ac5630936293 /wram.asm | |
parent | 382fd4b50e27cea7e0f97839363235ea2eac14fa (diff) |
A few small formatting fixes
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |