mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Address @SatoMew's comment re: #491
This commit is contained in:
parent
5959548c01
commit
7df5d4f25e
@ -27,8 +27,8 @@ BattleTowerOutsideBuenaScript:
|
||||
BattleTowerOutsideSailorScript:
|
||||
jumptextfaceplayer BattleTowerOutsideSailorText
|
||||
|
||||
MapBattleTowerOutsideSignpost0Script:
|
||||
jumptext BattleTowerOutsideText_UltimateChallenge
|
||||
BattleTowerOutsideSign:
|
||||
jumptext BattleTowerOutsideSignText
|
||||
|
||||
BattleTowerOutsideUnusedText1:
|
||||
text "Wow, the BATTLE"
|
||||
@ -104,12 +104,12 @@ BattleTowerOutsideSailorText:
|
||||
line "all. That I must!"
|
||||
done
|
||||
|
||||
BattleTowerOutsideText_BattleTower:
|
||||
BattleTowerOutsideSignText_NotYetOpen:
|
||||
; unused; originally shown when the Battle Tower was closed
|
||||
text "BATTLE TOWER"
|
||||
done
|
||||
|
||||
BattleTowerOutsideText_UltimateChallenge:
|
||||
BattleTowerOutsideSignText:
|
||||
text "BATTLE TOWER"
|
||||
|
||||
para "Take the Ultimate"
|
||||
@ -139,7 +139,7 @@ BattleTowerOutside_MapEvents:
|
||||
db 0 ; coord events
|
||||
|
||||
db 1 ; bg events
|
||||
bg_event 10, 10, BGEVENT_READ, MapBattleTowerOutsideSignpost0Script
|
||||
bg_event 10, 10, BGEVENT_READ, BattleTowerOutsideSign
|
||||
|
||||
db 4 ; object events
|
||||
object_event 6, 12, SPRITE_STANDING_YOUNGSTER, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, BattleTowerOutsideYoungsterScript, -1
|
||||
|
Loading…
Reference in New Issue
Block a user