diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-10-10 02:01:47 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-10-10 02:01:47 -0600 |
commit | 00049b6f3986b4052f9e91c3cce7b26cf1499129 (patch) | |
tree | c93e41d570917b7423ec80aa3a5640e0f9874f1f | |
parent | 6e14461fa6d5085349e4746b61c526f3c94be19f (diff) |
Fix typo in previous.
-rw-r--r-- | text/maps/agatha.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/text/maps/agatha.asm b/text/maps/agatha.asm index 295a4d84..9e20b7aa 100644 --- a/text/maps/agatha.asm +++ b/text/maps/agatha.asm @@ -24,7 +24,7 @@ _AgathaBeforeBattleText:: ; 8686b (21:686b) _AgathaEndBattleText:: ; 86970 (21:6970) IF DEF(_YELLOW) - text "Woo-hoo! + text "Woo-hoo!" ELSE text "Oh ho!" ENDC |