summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-02-26 00:47:46 -0500
committeryenatch <yenatch@gmail.com>2013-02-26 00:47:46 -0500
commit823b7e3b9df0e65d58619f42fde764ee5d753c97 (patch)
tree195ba75ddaa85871d5fe5c30a997637f7187f340 /wram.asm
parent13d74188ca9c7cab5316849aed16aa6d127ae68b (diff)
Credits script and parser
This is the first time two wram addresses overlap.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm8
1 files changed, 6 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 776734487..194bb6e97 100644
--- a/wram.asm
+++ b/wram.asm
@@ -654,8 +654,12 @@ OverworldMapEnd
ds 12
SECTION "gfx2",BSS[$cd20]
-BGMapBuffer: ; cd20
- ds 40
+BGMapBuffer:
+CreditsPos: ; cd20
+ ds 2
+CreditsTimer: ; cd22
+ ds 1
+ ds 37
BGMapPalBuffer: ; cd48
ds 40