mirror of https://github.com/pret/pokecrystal.git
clean up ai scoring
This commit is contained in:
parent
3beab7dd92
commit
9f5396eff6
File diff suppressed because it is too large
Load Diff
3
main.asm
3
main.asm
|
@ -7139,6 +7139,9 @@ AIScoring: ; 38591
|
||||||
INCLUDE "battle/ai/scoring.asm"
|
INCLUDE "battle/ai/scoring.asm"
|
||||||
|
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc", $3952d, $39999 - $3952d
|
||||||
|
|
||||||
|
|
||||||
TrainerGroups: ; 0x39999
|
TrainerGroups: ; 0x39999
|
||||||
INCLUDE "trainers/trainer_pointers.asm"
|
INCLUDE "trainers/trainer_pointers.asm"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue