shithub: pokecrystal

Download patch

ref: 2f5ed8468d0a7da1ee9de73fcecce86e8d6ef96c
parent: 9cf90f6c7bf8df14eb74e22b2c48f3d446e9bef2
author: yenatch <[email protected]>
date: Mon Aug 26 15:48:44 EDT 2013

SpecialRoamMons -> InitRoamMons

--- a/main.asm
+++ b/main.asm
@@ -20302,7 +20302,7 @@
 	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 @@
 ; 2a2a0
 
 
-SpecialRoamMons: ; 2a2a0
+InitRoamMons: ; 2a2a0
 ; initialize RoamMon structs
-; include commented-out parts from the gs function
 
 ; species
 	ld a, RAIKOU