pokecrystal-board/maps/Route40BattleTowerGate.asm
PikalaxALT 94129b6b45 Finished the decoration attributes table
Interpretation of the Decoration Attributes table is complete.

Other changes include some more event flag and function naming, as well as a minor tweak to the person_events of every map.
2015-07-19 04:58:31 -04:00

93 lines
1.7 KiB
NASM

Route40BattleTowerGate_MapScriptHeader:
; trigger count
db 0
; callback count
db 1
; callbacks
dbw 2, UnknownScript_0x9f665
UnknownScript_0x9f665:
clearevent EVENT_BATTLE_TOWER_OUTSIDE_SAILOR
return
RockerScript_0x9f669:
jumptextfaceplayer UnknownText_0x9f716
TwinScript_0x9f66c:
jumptextfaceplayer UnknownText_0x9f7c8
UnknownText_0x9f66f:
text "Did you come to"
line "see the BATTLE"
cont "TOWER too?"
para "But I guess you"
line "can't go in yet."
done
UnknownText_0x9f6ba:
text "BATTLE TOWER has"
line "opened."
para "I want to go, but"
line "I haven't thought"
para "up a cool line for"
line "when I win."
done
UnknownText_0x9f716:
text "Are you going to"
line "the BATTLE TOWER?"
para "This is a secret,"
line "but if you win a"
para "whole lot, you can"
line "win special gifts."
done
UnknownText_0x9f783:
text "I'm going to train"
line "my #MON so I'll"
para "be all ready for"
line "the BATTLE TOWER."
done
UnknownText_0x9f7c8:
text "The levels of the"
line "#MON I want to"
para "use are all"
line "different."
para "I have to go train"
line "them now!"
done
Route40BattleTowerGate_MapEventHeader:
; filler
db 0, 0
; warps
db 4
warp_def $7, $4, 1, GROUP_ROUTE_40, MAP_ROUTE_40
warp_def $7, $5, 1, GROUP_ROUTE_40, MAP_ROUTE_40
warp_def $0, $4, 1, GROUP_BATTLE_TOWER_OUTSIDE, MAP_BATTLE_TOWER_OUTSIDE
warp_def $0, $5, 2, GROUP_BATTLE_TOWER_OUTSIDE, MAP_BATTLE_TOWER_OUTSIDE
; xy triggers
db 0
; signposts
db 0
; people-events
db 2
person_event SPRITE_ROCKER, 7, 7, OW_DOWN | $3, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, RockerScript_0x9f669, EVENT_BATTLE_TOWER_OUTSIDE_SAILOR
person_event SPRITE_TWIN, 9, 11, OW_UP | $0, $10, -1, -1, (PAL_OW_RED << 4) | $80, 0, TwinScript_0x9f66c, -1