diff options
author | jd-0 <44876081+jd-0@users.noreply.github.com> | 2020-11-13 08:14:34 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-13 11:14:34 -0500 |
commit | fbf7fd06549bc67a2d13f735d8338072fa6ea70a (patch) | |
tree | 2943ec811236cd6fae10132497239a354f7bc781 /home/map_objects.asm | |
parent | 110e21a1d846669919bc0cf3bf4d459274fe7975 (diff) |
Kanto Mon Names (#79)
Rename Kanto mons to English
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r-- | home/map_objects.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm index 0415f03..f9dfe05 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -357,7 +357,7 @@ IsAnimatedSprite:: ret .NonAnimatedSprites: - db SPRITE_KABIGON + db SPRITE_SNORLAX db SPRITE_POKE_BALL db SPRITE_POKEDEX db SPRITE_PAPER |