summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstag019 <stag019@gmail.com>2012-03-29 17:25:42 -0400
committerstag019 <stag019@gmail.com>2012-03-29 17:25:42 -0400
commit5bf38154ed63991cd729d2329e16e5dab3740120 (patch)
tree0a3f9dd9ad17c7b582e673a2425e4622c9196deb
parent96d1b39fac041a4cefeec718289e7ed83e570c72 (diff)
FuchsiaGymScript_Unknown75453... probably needs a better name...
hg-commit-id: fbe6f4dc16e4
-rw-r--r--main.asm9
1 files changed, 8 insertions, 1 deletions
diff --git a/main.asm b/main.asm
index 5f1a0747..1c905cdb 100644
--- a/main.asm
+++ b/main.asm
@@ -71222,7 +71222,14 @@ FuchsiaGymScript: ; 0x7543d
; 0x75453
FuchsiaGymScript_Unknown75453: ; 0x75453
-INCBIN "baserom.gbc",$75453,$12
+ ld hl, $D126
+ bit 6, [hl]
+ res 6, [hl]
+ ret z
+ ld hl, Gym5CityName
+ ld de, Gym5LeaderName
+ call $317F
+ ret
Gym5CityName: ; 0x75465
db "FUCHSIA CITY@"