From 3b76c590da92834aeb6c738038364a6f84ef247c Mon Sep 17 00:00:00 2001 From: Yoann Fievez Date: Tue, 18 May 2021 20:58:24 +0200 Subject: Standardize names of wild maps entities Standardize the name of entities of maps for wild pokemon --- engine/overworld/wild_mons.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/overworld') 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 -- cgit v1.3.1-sl0p