Keep more data/ INCLUDEs with relevant routines

This commit is contained in:
Rangi
2018-06-25 13:45:50 -04:00
parent 1caa50a647
commit 67152eab98
9 changed files with 15 additions and 9 deletions

View File

@@ -62,3 +62,5 @@ GetTrainerAttributes:
ld a, [hl]
ld [wEnemyTrainerBaseReward], a
ret
INCLUDE "data/trainers/attributes.asm"

View File

@@ -17,3 +17,5 @@ GetTrainerDVs:
pop hl
ret
INCLUDE "data/trainers/dvs.asm"

View File

@@ -387,3 +387,5 @@ Function39990:
ld bc, NAME_LENGTH
pop de
ret
INCLUDE "data/trainers/parties.asm"