mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
77 lines
1.6 KiB
NASM
77 lines
1.6 KiB
NASM
GoldenrodDeptStore3F_MapScriptHeader:
|
|
; trigger count
|
|
db 0
|
|
|
|
; callback count
|
|
db 0
|
|
|
|
ClerkScript_0x55db8:
|
|
faceplayer
|
|
loadfont
|
|
pokemart $0, $0007
|
|
loadmovesprites
|
|
end
|
|
|
|
SuperNerdScript_0x55dc0:
|
|
jumptextfaceplayer UnknownText_0x55dcc
|
|
|
|
RockerScript_0x55dc3:
|
|
jumptextfaceplayer UnknownText_0x55e15
|
|
|
|
GoldenrodDeptStore3FDirectory:
|
|
jumptext GoldenrodDeptStore3FDirectoryText
|
|
|
|
GoldenrodDeptStore3FElevatorButton:
|
|
jumpstd elevatorbutton
|
|
|
|
UnknownText_0x55dcc:
|
|
text "I, I, I'm really"
|
|
line "impatient!"
|
|
|
|
para "I use X SPEED in"
|
|
line "battle to speed up"
|
|
cont "my #MON."
|
|
done
|
|
|
|
UnknownText_0x55e15:
|
|
text "Hey! When you bat-"
|
|
line "tle, do you use X"
|
|
cont "SPECIAL?"
|
|
|
|
para "It's awesome. It"
|
|
line "really jacks up"
|
|
cont "SPECIAL ATTACK!"
|
|
done
|
|
|
|
GoldenrodDeptStore3FDirectoryText:
|
|
text "For Victory"
|
|
line "Seekers"
|
|
|
|
para "3F BATTLE"
|
|
line " COLLECTION"
|
|
done
|
|
|
|
GoldenrodDeptStore3F_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
; warps
|
|
db 3
|
|
warp_def $0, $c, 1, GROUP_GOLDENROD_DEPT_STORE_2F, MAP_GOLDENROD_DEPT_STORE_2F
|
|
warp_def $0, $f, 2, GROUP_GOLDENROD_DEPT_STORE_4F, MAP_GOLDENROD_DEPT_STORE_4F
|
|
warp_def $0, $2, 1, GROUP_GOLDENROD_DEPT_STORE_ELEVATOR, MAP_GOLDENROD_DEPT_STORE_ELEVATOR
|
|
|
|
; xy triggers
|
|
db 0
|
|
|
|
; signposts
|
|
db 2
|
|
signpost 0, 14, $0, GoldenrodDeptStore3FDirectory
|
|
signpost 0, 3, $0, GoldenrodDeptStore3FElevatorButton
|
|
|
|
; people-events
|
|
db 3
|
|
person_event SPRITE_CLERK, 5, 10, $6, $0, 255, 255, $0, 0, ClerkScript_0x55db8, -1
|
|
person_event SPRITE_SUPER_NERD, 9, 16, $a, $10, 255, 255, $80, 0, SuperNerdScript_0x55dc0, -1
|
|
person_event SPRITE_ROCKER, 9, 6, $4, $10, 255, 255, $0, 0, RockerScript_0x55dc3, -1
|