pokecrystal-board/maps/GoldenrodDeptStore2F.asm
2015-10-24 10:39:52 -04:00

121 lines
2.4 KiB
NASM

GoldenrodDeptStore2F_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
ClerkScript_0x55b5d:
faceplayer
loadfont
pokemart $0, $0005
loadmovesprites
end
ClerkScript_0x55b65:
faceplayer
loadfont
pokemart $0, $0006
loadmovesprites
end
YoungsterScript_0x55b6d:
jumptextfaceplayer UnknownText_0x55c25
CooltrainerFScript_0x55b70:
jumptextfaceplayer UnknownText_0x55c7b
GentlemanScript_0x55b73:
jumptextfaceplayer UnknownText_0x55cb7
GoldenrodDeptStore2FDirectory:
jumptext GoldenrodDeptStore2FDirectoryText
GoldenrodDeptStore2FElevatorButton:
jumpstd elevatorbutton
; possibly unused
UnknownText_0x55b7c:
text "We intend to sell"
line "items for #MON"
cont "to hold."
para "This is a free"
line "gift. Have a #-"
cont "MON hold it."
done
; possibly unused
UnknownText_0x55bd3:
text "By giving #MON"
line "items to hold, I"
para "bet trainers will"
line "develop new battle"
cont "techniques."
done
UnknownText_0x55c25:
text "#GEAR can store"
line "up to ten phone"
cont "numbers."
para "It's hard to de-"
line "cide which numbers"
cont "to keep."
done
UnknownText_0x55c7b:
text "I got my ABRA at"
line "the GAME CORNER."
para "Now it's my best"
line "partner."
done
UnknownText_0x55cb7:
text "This DEPT.STORE"
line "makes me realize"
para "that GOLDENROD is"
line "a big city."
para "The selection here"
line "is unmatched any-"
cont "where else."
done
GoldenrodDeptStore2FDirectoryText:
text "Your Travel"
line "Companion"
para "2F TRAINER'S"
line " MARKET"
done
GoldenrodDeptStore2F_MapEventHeader:
; filler
db 0, 0
.Warps:
db 3
warp_def $0, $c, 1, GOLDENROD_DEPT_STORE_3F
warp_def $0, $f, 3, GOLDENROD_DEPT_STORE_1F
warp_def $0, $2, 1, GOLDENROD_DEPT_STORE_ELEVATOR
.XYTriggers:
db 0
.Signposts:
db 2
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore2FDirectory
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore2FElevatorButton
.PersonEvents:
db 5
person_event SPRITE_CLERK, 5, 13, $7, 0, 0, -1, -1, 0, 0, 0, ClerkScript_0x55b5d, -1
person_event SPRITE_CLERK, 6, 13, $8, 0, 0, -1, -1, 0, 0, 0, ClerkScript_0x55b65, -1
person_event SPRITE_YOUNGSTER, 6, 9, $4, 1, 0, -1, -1, 0, 0, 0, YoungsterScript_0x55b6d, -1
person_event SPRITE_COOLTRAINER_F, 2, 6, $5, 0, 2, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, CooltrainerFScript_0x55b70, -1
person_event SPRITE_GENTLEMAN, 6, 2, $3, 0, 0, -1, -1, 0, 0, 0, GentlemanScript_0x55b73, -1