summaryrefslogtreecommitdiff
path: root/constants/sprite_constants.asm
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 /constants/sprite_constants.asm
parent110e21a1d846669919bc0cf3bf4d459274fe7975 (diff)
Kanto Mon Names (#79)
Rename Kanto mons to English
Diffstat (limited to 'constants/sprite_constants.asm')
-rw-r--r--constants/sprite_constants.asm16
1 files changed, 8 insertions, 8 deletions
diff --git a/constants/sprite_constants.asm b/constants/sprite_constants.asm
index 12f5e3a..4c14691 100644
--- a/constants/sprite_constants.asm
+++ b/constants/sprite_constants.asm
@@ -76,14 +76,14 @@
const SPRITE_SAILOR ; 4a
const SPRITE_HELMET ; 4b
const SPRITE_BURGLAR ; 4c
- const SPRITE_SIDON ; 4d RHYDON
- const SPRITE_PIPPI ; 4e CLEFAIRY
- const SPRITE_POPPO ; 4f PIDGEY
- const SPRITE_LIZARDON ; 50 CHARIZARD
- const SPRITE_KABIGON ; 51 SNORLAX
- const SPRITE_PAWOU ; 52 SEEL
- const SPRITE_NYOROBON ; 53 POLIWRATH
- const SPRITE_LAPLACE ; 54 LAPRAS
+ const SPRITE_RHYDON ; 4d RHYDON
+ const SPRITE_CLEFAIRY ; 4e CLEFAIRY
+ const SPRITE_PIDGEY ; 4f PIDGEY
+ const SPRITE_CHARIZARD ; 50 CHARIZARD
+ const SPRITE_SNORLAX ; 51 SNORLAX
+ const SPRITE_SEEL ; 52 SEEL
+ const SPRITE_POLIWRATH ; 53 POLIWRATH
+ const SPRITE_LAPRAS ; 54 LAPRAS
const SPRITE_POKE_BALL ; 55
const SPRITE_POKEDEX ; 56
const SPRITE_PAPER ; 57