summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-05-06 02:39:01 -0400
committeryenatch <yenatch@gmail.com>2013-05-06 02:39:01 -0400
commit9f5396eff6bd7b8cded83cc450ea7ded8b6c0f9f (patch)
tree34a29ec442091bf7199932caf6bdf552ad7d4ee2 /main.asm
parent3beab7dd925fc9a25670acde6076cd146a3f9a2c (diff)
clean up ai scoring
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.asm b/main.asm
index f246de4f0..800ba875e 100644
--- a/main.asm
+++ b/main.asm
@@ -7139,6 +7139,9 @@ AIScoring: ; 38591
INCLUDE "battle/ai/scoring.asm"
+INCBIN "baserom.gbc", $3952d, $39999 - $3952d
+
+
TrainerGroups: ; 0x39999
INCLUDE "trainers/trainer_pointers.asm"