Consolidate monster structs in wram and sram.

The PartyMon struct is really the box struct with volatile variables like status added.

Some other labels have been reworked.
Move structs no longer have explicit labels since their location is arbitrary and usually shared.
This commit is contained in:
yenatch
2014-06-12 18:32:42 -07:00
parent 23f9b5d21e
commit 023cfdbb05
14 changed files with 1128 additions and 1538 deletions

View File

@@ -1,3 +1,4 @@
PARTY_LENGTH EQU 6
; strings
PLAYER_NAME_LENGTH EQU 8
@@ -16,7 +17,8 @@ TRAINER_NAME EQU 7
; boxes
NUM_BOXES EQU 14
MONS_PER_BOX EQU 20
NUM_BOXES EQU 14
; predefs