summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-26 19:48:44 -0400
committeryenatch <yenatch@gmail.com>2013-08-26 19:48:44 -0400
commit2f5ed8468d0a7da1ee9de73fcecce86e8d6ef96c (patch)
tree829714a053df075117a634efdd59d48f6ff96a2b
parent9cf90f6c7bf8df14eb74e22b2c48f3d446e9bef2 (diff)
SpecialRoamMons -> InitRoamMons
-rw-r--r--main.asm5
1 files changed, 2 insertions, 3 deletions
diff --git a/main.asm b/main.asm
index 4a75809d1..64a55b5de 100644
--- a/main.asm
+++ b/main.asm
@@ -20302,7 +20302,7 @@ SpecialsPointers: ; c029
dbw BANK(SpecialGameboyCheck),SpecialGameboyCheck
dbw BANK(SpecialTrainerHouse),SpecialTrainerHouse
dbw $05, $6dc7
- dbw BANK(SpecialRoamMons), SpecialRoamMons
+ dbw BANK(InitRoamMons), InitRoamMons
dbw $03, $448f
dbw $03, $449f
dbw $03, $44ac
@@ -35666,9 +35666,8 @@ Function2a288: ; 2a288
; 2a2a0
-SpecialRoamMons: ; 2a2a0
+InitRoamMons: ; 2a2a0
; initialize RoamMon structs
-; include commented-out parts from the gs function
; species
ld a, RAIKOU