summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-02-25 22:34:49 -0800
committerBryan Bishop <kanzure@gmail.com>2013-02-25 22:34:49 -0800
commit70a83f811f311e2611154d2d6236f39001eaf674 (patch)
tree4ce8d36a035f15fd69c78d2a42ad1972885af693 /wram.asm
parentc5bb392e36a2401388b0f429ed5aed83622dc7fa (diff)
parentaa6cd5f7aa896defd169a99cd683c610c4467fc7 (diff)
Merge pull request #116 from yenatch/master
incbins, gfx and credits
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