diff options
author | yenatch <yenatch@gmail.com> | 2013-02-26 00:47:46 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-02-26 00:47:46 -0500 |
commit | 823b7e3b9df0e65d58619f42fde764ee5d753c97 (patch) | |
tree | 195ba75ddaa85871d5fe5c30a997637f7187f340 /wram.asm | |
parent | 13d74188ca9c7cab5316849aed16aa6d127ae68b (diff) |
Credits script and parser
This is the first time two wram addresses overlap.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |