diff options
author | yenatch <yenatch@gmail.com> | 2014-04-12 15:45:19 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-12 15:45:19 -0400 |
commit | d9c5c2c55ba1ae2a1697e90a58a52050317e6e6d (patch) | |
tree | d296f4ba94c74bf9bcc2a796cb08da1a0b09ed56 /wram.asm | |
parent | 5097747404dedd617a9a41a8e6f4cb105ea0240b (diff) |
Boxes, trading, assorted incbins.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |