summaryrefslogtreecommitdiff
path: root/engine/wildmons.asm
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 22:59:30 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-11 22:59:30 -0500
commit213dcc70d77ade7cf587d57016cc5bb405494fe8 (patch)
treee2a91b6700c87dbad04dcf918054c4ae26871776 /engine/wildmons.asm
parentf1f84743f7759a0f808f935add82439ba6637d2b (diff)
More consistent data tables
Diffstat (limited to 'engine/wildmons.asm')
-rwxr-xr-xengine/wildmons.asm15
1 files changed, 2 insertions, 13 deletions
diff --git a/engine/wildmons.asm b/engine/wildmons.asm
index 8fab382b7..1f6bb4065 100755
--- a/engine/wildmons.asm
+++ b/engine/wildmons.asm
@@ -784,9 +784,9 @@ _BackUpMapIndices: ; 2a3f6
ret
; 2a40f
-RoamMaps: ; 2a40f
+
INCLUDE "data/wild/roammon_maps.asm"
-; 2a4a0
+
ValidateTempWildMonSpecies: ; 2a4a0
; Due to a development oversight, this function is called with the wild Pokemon's level, not its species, in a.
@@ -1000,20 +1000,9 @@ RandomPhoneMon: ; 2a567
; 2a5e9
-JohtoGrassWildMons: ; 0x2a5e9
INCLUDE "data/wild/johto_grass.asm"
-
-JohtoWaterWildMons: ; 0x2b11d
INCLUDE "data/wild/johto_water.asm"
-
-KantoGrassWildMons: ; 0x2b274
INCLUDE "data/wild/kanto_grass.asm"
-
-KantoWaterWildMons: ; 0x2b7f7
INCLUDE "data/wild/kanto_water.asm"
-
-SwarmGrassWildMons: ; 0x2b8d0
INCLUDE "data/wild/swarm_grass.asm"
-
-SwarmWaterWildMons: ; 0x2b92f
INCLUDE "data/wild/swarm_water.asm"