You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Keep more data/ INCLUDEs with relevant routines
This commit is contained in:
@@ -62,3 +62,5 @@ GetTrainerAttributes:
|
||||
ld a, [hl]
|
||||
ld [wEnemyTrainerBaseReward], a
|
||||
ret
|
||||
|
||||
INCLUDE "data/trainers/attributes.asm"
|
||||
|
@@ -17,3 +17,5 @@ GetTrainerDVs:
|
||||
|
||||
pop hl
|
||||
ret
|
||||
|
||||
INCLUDE "data/trainers/dvs.asm"
|
||||
|
@@ -387,3 +387,5 @@ Function39990:
|
||||
ld bc, NAME_LENGTH
|
||||
pop de
|
||||
ret
|
||||
|
||||
INCLUDE "data/trainers/parties.asm"
|
||||
|
Reference in New Issue
Block a user