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"

View File

@@ -28,3 +28,5 @@ PrintItemDescription:
ld d, [hl]
pop hl
jp PlaceString
INCLUDE "data/items/descriptions.asm"

View File

@@ -279,3 +279,5 @@ endr
ld e, l
pop hl
ret
INCLUDE "data/pokemon/dex_entry_pointers.asm"

View File

@@ -1,5 +1,3 @@
INCLUDE "engine/printer/printer_serial.asm"
SendScreenToPrinter:
.loop
call JoyTextDelay