Boxes, trading, assorted incbins.

This commit is contained in:
yenatch 2014-04-12 15:45:19 -04:00
parent 5097747404
commit d9c5c2c55b
3 changed files with 1525 additions and 263 deletions

View File

@ -3,6 +3,9 @@
PLAYER_NAME_LENGTH EQU 8
PKMN_NAME_LENGTH EQU 11
; boxes
NUM_BOXES EQU 14
; predefs
PREDEF_FLAG EQU $03

1777
main.asm

File diff suppressed because it is too large Load Diff

View File

@ -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