summaryrefslogtreecommitdiff
path: root/macros/text.asm
diff options
context:
space:
mode:
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