From f33bd1d89e03b7eec679048ffdf704551b22fde0 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 6 Dec 2015 14:04:42 -0700 Subject: Improve diffability with pokeyellow; remove address comments and ifs. --- text/maps/fuchsia_gym_1.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'text/maps/fuchsia_gym_1.asm') diff --git a/text/maps/fuchsia_gym_1.asm b/text/maps/fuchsia_gym_1.asm index a877c0a1..3938f9af 100644 --- a/text/maps/fuchsia_gym_1.asm +++ b/text/maps/fuchsia_gym_1.asm @@ -1,4 +1,4 @@ -_KogaBeforeBattleText:: ; 9e9b1 (27:69b1) +_KogaBeforeBattleText:: text "KOGA: Fwahahaha!" para "A mere child like" @@ -16,7 +16,7 @@ _KogaBeforeBattleText:: ; 9e9b1 (27:69b1) cont "techniques!" done -_KogaAfterBattleText:: ; 9ea66 (27:6a66) +_KogaAfterBattleText:: text "Humph!" line "You have proven" cont "your worth!" -- cgit v1.3.1-sl0p