diff options
author | Daniel Harding <33dannye@gmail.com> | 2021-05-31 15:42:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-31 15:42:41 -0500 |
commit | c5bb400e085880793b41a3cb0e55976090ab5ad0 (patch) | |
tree | 56841e633c8018cb25492c1e3f0b39aa93caa517 /text/FuchsiaGym.asm | |
parent | f9ae7b1240863b4311d24944ae7ec3c1d9b24507 (diff) | |
parent | a448ac897d5480bba4b40b4be8a4bfe5a5c31be7 (diff) |
Merge pull request #323 from KqesaR/master
Clean many labels of scripts of gyms
Diffstat (limited to 'text/FuchsiaGym.asm')
-rw-r--r-- | text/FuchsiaGym.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/FuchsiaGym.asm b/text/FuchsiaGym.asm index 9108fc79..3b2c01e9 100644 --- a/text/FuchsiaGym.asm +++ b/text/FuchsiaGym.asm @@ -16,7 +16,7 @@ _KogaBeforeBattleText:: cont "techniques!" done -_KogaAfterBattleText:: +_ReceivedSoulBadgeText:: text "Humph!" line "You have proven" cont "your worth!" |