summaryrefslogtreecommitdiff
path: root/engine/overworld
diff options
context:
space:
mode:
authorjd-0 <44876081+jd-0@users.noreply.github.com>2020-11-13 08:14:34 -0800
committerGitHub <noreply@github.com>2020-11-13 11:14:34 -0500
commitfbf7fd06549bc67a2d13f735d8338072fa6ea70a (patch)
tree2943ec811236cd6fae10132497239a354f7bc781 /engine/overworld
parent110e21a1d846669919bc0cf3bf4d459274fe7975 (diff)
Kanto Mon Names (#79)
Rename Kanto mons to English
Diffstat (limited to 'engine/overworld')
-rw-r--r--engine/overworld/player_movement.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/overworld/player_movement.asm b/engine/overworld/player_movement.asm
index 8a36294..9010cf7 100644
--- a/engine/overworld/player_movement.asm
+++ b/engine/overworld/player_movement.asm
@@ -1158,5 +1158,5 @@ PlayerSpriteTable:
db PLAYER_NORMAL, SPRITE_GOLD
db PLAYER_BIKE, SPRITE_GOLD_BIKE
db PLAYER_SKATE, SPRITE_GOLD_SKATEBOARD
- db PLAYER_SURF, SPRITE_LAPLACE
+ db PLAYER_SURF, SPRITE_LAPRAS
db -1