Clean up wram sections so that all space is accounted for.

This commit is contained in:
yenatch 2014-09-19 12:44:48 -07:00
parent d6ac5407e7
commit ca58bd215c
3 changed files with 140 additions and 79 deletions

View File

@ -250,7 +250,9 @@ HM_06 EQU $F8
HM_07 EQU $F9
HM_08 EQU $FA
NUM_TMS EQU HM_01 - TM_01 - 2
NUM_TMS EQU 50
NUM_HMS EQU 7
; leftovers from red

View File

@ -1,9 +1,15 @@
PARTY_LENGTH EQU 6
MAX_ITEMS EQU 20
MAX_BALLS EQU 12
MAX_KEY_ITEMS EQU 25
MAX_PC_ITEMS EQU 50
; strings
PLAYER_NAME_LENGTH EQU 8
PKMN_NAME_LENGTH EQU 11
MOVE_NAME_LENGTH EQU 13
ITEM_NAME_LENGTH EQU 13
NAME_LENGTH EQU 11
LV_CHAR EQU $6e

209
wram.asm

File diff suppressed because it is too large Load Diff