Fix merge conflicts

This commit is contained in:
PikalaxALT
2015-11-01 18:14:37 -05:00
33 changed files with 717 additions and 641 deletions

View File

@@ -6,9 +6,6 @@ MAX_BALLS EQU 12
MAX_KEY_ITEMS EQU 25
MAX_PC_ITEMS EQU 50
LO_NYBBLE EQU $0f
HI_NYBBLE EQU $f0
; strings
PLAYER_NAME_LENGTH EQU 8
PKMN_NAME_LENGTH EQU 11