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 /constants/palette_constants.asm | |
parent | 110e21a1d846669919bc0cf3bf4d459274fe7975 (diff) |
Kanto Mon Names (#79)
Rename Kanto mons to English
Diffstat (limited to 'constants/palette_constants.asm')
-rwxr-xr-x | constants/palette_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/palette_constants.asm b/constants/palette_constants.asm index e9d6d79..e3a72ad 100755 --- a/constants/palette_constants.asm +++ b/constants/palette_constants.asm @@ -44,10 +44,10 @@ const PAL_INTRO_WATER ; 2a const PAL_INTRO_LAPRAS ; 2b const PAL_INTRO_FOREST ; 2c - const PAL_INTRO_PURIN_PIKACHU ; 2d - const PAL_INTRO_KAMEX ; 2e - const PAL_INTRO_FUSHIGIBANA ; 2f - const PAL_INTRO_LIZARDON ; 30 + const PAL_INTRO_JIGGLYPUFF_PIKACHU ; 2d + const PAL_INTRO_BLASTOISE ; 2e + const PAL_INTRO_VENUSAUR ; 2f + const PAL_INTRO_CHARIZARD ; 30 const PAL_SLOTS_1 ; 31 const PAL_SLOTS_2 ; 32 const PAL_SLOTS_3 ; 33 |