diff options
| -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 | 
