summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authorYoann Fievez <yoann.fievez@gmail.com>2021-05-18 20:58:24 +0200
committerYoann Fievez <yoann.fievez@gmail.com>2021-05-18 20:58:24 +0200
commit3b76c590da92834aeb6c738038364a6f84ef247c (patch)
treef2a19bac2e179f71f46ff59f22ef1fbc01e37c98 /engine/overworld
parent82f31b05c12c803d78f9b99b078198ed24cccdb1 (diff)
Standardize names of wild maps entities
Standardize the name of entities of maps for wild pokemon
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/wild_mons.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/wild_mons.asm b/engine/overworld/wild_mons.asm
index 2593e0ec..d372cfe4 100644
--- a/engine/overworld/wild_mons.asm
+++ b/engine/overworld/wild_mons.asm
@@ -26,7 +26,7 @@ LoadWildData::
ld [wWaterRate], a
and a
ret z ; if no water data, we're done
- ld de, wWaterMons ; otherwise, load surfing data
+ ld de, wSeaRoutesWildMons ; otherwise, load surfing data
ld bc, $14
jp CopyData