diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-20 13:53:56 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-12-20 13:53:56 -0500 |
commit | 67cf45f7b37ffb4a31528760822ac62dd99931d5 (patch) | |
tree | 1d35ed171ca908ff396f0f764aafe28331eea5d3 /include | |
parent | d0e15e34c57ae87a5c6f1ea886c6ccf4fc5b88c6 (diff) |
Match player name choices in LG
Diffstat (limited to 'include')
-rw-r--r-- | include/event_scripts.h | 3 | ||||
-rw-r--r-- | include/strings.h | 5 |
2 files changed, 6 insertions, 2 deletions
diff --git a/include/event_scripts.h b/include/event_scripts.h index 2ad1485c2..b899a217b 100644 --- a/include/event_scripts.h +++ b/include/event_scripts.h @@ -708,9 +708,8 @@ extern const u8 gFameCheckerFlavorTextOriginObjectName_Giovanni5[]; extern const u8 gOtherText_NewName[]; extern const u8 gNameChoice_Green[]; extern const u8 gNameChoice_Red[]; -extern const u8 gNameChoice_Red[]; -extern const u8 gNameChoice_Fire[]; extern const u8 gNameChoice_Fire[]; +extern const u8 gNameChoice_Leaf[]; extern const u8 gNameChoice_Gary[]; extern const u8 gNameChoice_Kaz[]; extern const u8 gNameChoice_Toru[]; diff --git a/include/strings.h b/include/strings.h index bc1aee889..90fd49b52 100644 --- a/include/strings.h +++ b/include/strings.h @@ -777,6 +777,11 @@ extern const u8 gText_Clefairy_500Coins[]; extern const u8 gText_Dratini_2800Coins[]; extern const u8 gText_Scyther_5500Coins[]; extern const u8 gText_Porygon_9999Coins[]; +extern const u8 gText_Abra_120Coins[]; +extern const u8 gText_Clefairy_750Coins[]; +extern const u8 gText_Pinsir_2500Coins[]; +extern const u8 gText_Dratini_4600Coins[]; +extern const u8 gText_Porygon_6500Coins[]; extern const u8 gText_NoThanks_2[]; extern const u8 gText_HelixFossil[]; extern const u8 gText_DomeFossil[]; |