summaryrefslogtreecommitdiff
path: root/macros/text.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 /macros/text.asm
parent110e21a1d846669919bc0cf3bf4d459274fe7975 (diff)
Kanto Mon Names (#79)
Rename Kanto mons to English
Diffstat (limited to 'macros/text.asm')
-rw-r--r--macros/text.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/text.asm b/macros/text.asm
index a734df7..b4c13fe 100644
--- a/macros/text.asm
+++ b/macros/text.asm
@@ -119,12 +119,12 @@ cry_nidorina: macro
endm
const TX_CRY_15 ; $15
-cry_pigeot: macro
+cry_pidgeot: macro
db TX_CRY_15
endm
const TX_CRY_16 ; $16
-cry_jugon: macro
+cry_dewgong: macro
db TX_CRY_16
endm