summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2014-04-13 11:36:28 -0500
committerBryan Bishop <kanzure@gmail.com>2014-04-13 11:36:28 -0500
commit27ec064056f5ae08a7c547224ff8cb5fdcf969b2 (patch)
tree8ca02add77343148c3e3f5acc5cf2b15f6c5e6f1 /wram.asm
parent0b0db144356f88c16134571cecb090004796c90c (diff)
parent1fd39f7fb9544c74f143d0c54a84aae55ea8365f (diff)
Merge pull request #245 from yenatch/master
Picking off small incbins and static labels.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm8
1 files changed, 7 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 6cea69f6d..cd858238e 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1880,7 +1880,13 @@ EventFlags:: ; da72
ds 250
; db6c
-SECTION "BoxNames",WRAMX[$db75],BANK[1]
+SECTION "Boxes",WRAMX[$db72],BANK[1]
+
+wCurBox:: ; db72
+ ds 1
+
+ ds 2
+
; 8 chars + $50
Box1Name:: ; db75
ds 9