diff options
Diffstat (limited to 'ram')
| -rw-r--r-- | ram/wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ram/wram.asm b/ram/wram.asm index e0488e62..0e530a77 100644 --- a/ram/wram.asm +++ b/ram/wram.asm @@ -971,7 +971,11 @@ wBadgeOrFaceTiles:: ds NUM_BADGES + 1 wTempObtainedBadgesBooleans:: ds NUM_BADGES NEXTU -wUnusedCreditsByte:: db +wUnusedCreditsByte:: +; SL0P: EXPLORE screensaver state. 0 = normal EXPLORE (manual). Nonzero = the +; screensaver is running and the value is the current auto-scroll direction +; (a PAD_* bit). Overlaps a credits-only scratch byte, unused during overworld. +wSlopSaverDir:: db ; the number of credits mons that have been displayed so far wNumCreditsMonsDisplayed:: db |
