pokecrystal-board/maps/BattleTowerOutside.asm

149 lines
2.7 KiB
NASM
Raw Normal View History

2015-06-25 22:30:16 -07:00
BattleTowerOutside_MapScriptHeader:
; trigger count
db 0
; callback count
db 2
; callbacks
2015-06-25 22:30:16 -07:00
dbw 1, .Callback1
dbw 2, .Callback2
2015-06-25 22:30:16 -07:00
.Callback1
return
2015-06-25 22:30:16 -07:00
.Callback2
2013-09-24 00:48:58 -07:00
clearevent $07cf
return
2015-06-25 22:30:16 -07:00
StandingYoungsterScript_0x9f85f:
jumptextfaceplayer UnknownText_0x9f930
2015-06-25 22:30:16 -07:00
BuenaScript_0x9f862:
jumptextfaceplayer UnknownText_0x9f9db
2015-06-25 22:30:16 -07:00
SailorScript_0x9f865:
jumptextfaceplayer UnknownText_0x9fa8c
2015-06-25 22:30:16 -07:00
MapBattleTowerOutsideSignpost0Script:
jumptext UnknownText_0x9fafc
2015-06-25 22:30:16 -07:00
UnknownText_0x9f86b:
text "Wow, the BATTLE"
line "TOWER is huge! My"
para "neck is tired from"
line "looking up at it."
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9f8b3:
text "Wow, the BATTLE"
line "TOWER is huge!"
para "Since there are a"
line "whole bunch of"
para "trainers inside,"
line "there must also be"
para "a wide variety of"
line "#MON."
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9f930:
text "Wow, the BATTLE"
line "TOWER is huge!"
para "There must be many"
line "kinds of #MON"
cont "in there!"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9f97b:
text "What on earth do"
line "they do here?"
para "If the name says"
line "anything, I guess"
para "it must be for"
line "#MON battles."
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9f9db:
text "You can use only"
line "three #MON."
para "It's so hard to"
line "decide which three"
para "should go into"
line "battle…"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9fa32:
text "Ehehehe…"
line "I sneaked out of"
cont "work to come here."
para "I'm never giving"
line "up until I become"
cont "a LEADER!"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9fa8c:
text "Hehehe, I snuck"
line "out from work."
para "I can't bail out"
line "until I've won!"
para "I have to win it"
line "all. That I must!"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9faee:
text "BATTLE TOWER"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9fafc:
text "BATTLE TOWER"
para "Take the Ultimate"
line "Trainer Challenge!"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9fb2f:
text "The BATTLE TOWER's"
line "doors are closed…"
done
2015-06-25 22:30:16 -07:00
UnknownText_0x9fb54:
text "It's open!"
done
2015-06-25 22:30:16 -07:00
BattleTowerOutside_MapEventHeader:
; filler
db 0, 0
; warps
db 4
warp_def $15, $8, 3, GROUP_ROUTE_40_BATTLE_TOWER_GATE, MAP_ROUTE_40_BATTLE_TOWER_GATE
warp_def $15, $9, 4, GROUP_ROUTE_40_BATTLE_TOWER_GATE, MAP_ROUTE_40_BATTLE_TOWER_GATE
warp_def $9, $8, 1, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F
warp_def $9, $9, 2, GROUP_BATTLE_TOWER_1F, MAP_BATTLE_TOWER_1F
; xy triggers
db 0
; signposts
db 1
signpost 10, 10, $0, MapBattleTowerOutsideSignpost0Script
; people-events
db 4
2013-07-12 14:06:11 -07:00
person_event SPRITE_STANDING_YOUNGSTER, 16, 10, $7, $0, 255, 255, $80, 0, StandingYoungsterScript_0x9f85f, $ffff
person_event SPRITE_BUENA, 15, 17, $2, $11, 255, 255, $a0, 0, BuenaScript_0x9f862, $ffff
person_event SPRITE_SAILOR, 22, 16, $5, $1, 255, 255, $0, 0, SailorScript_0x9f865, $07cf
person_event SPRITE_LASS, 28, 16, $3, $0, 255, 255, $a0, 0, ObjectEvent, $ffff