diff options
author | yenatch <yenatch@gmail.com> | 2013-05-06 02:39:01 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-06 02:39:01 -0400 |
commit | 9f5396eff6bd7b8cded83cc450ea7ded8b6c0f9f (patch) | |
tree | 34a29ec442091bf7199932caf6bdf552ad7d4ee2 /main.asm | |
parent | 3beab7dd925fc9a25670acde6076cd146a3f9a2c (diff) |
clean up ai scoring
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7139,6 +7139,9 @@ AIScoring: ; 38591 INCLUDE "battle/ai/scoring.asm" +INCBIN "baserom.gbc", $3952d, $39999 - $3952d + + TrainerGroups: ; 0x39999 INCLUDE "trainers/trainer_pointers.asm" |