2015-06-25 21:01:08 -07:00
|
|
|
CeladonDeptStore6F_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
|
|
|
|
|
|
|
dbw 1, UnknownScript_0x71175
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x71175:
|
2013-02-16 22:54:07 -08:00
|
|
|
changeblock $c, $0, $3
|
|
|
|
return
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
SuperNerdScript_0x7117a:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x712c7
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
YoungsterScript_0x7117d:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x71310
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonVendingMachine:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext CeladonVendingText
|
|
|
|
.Start
|
2015-02-11 15:03:42 -08:00
|
|
|
special Function24ae8
|
2015-06-25 21:01:08 -07:00
|
|
|
loadmenudata .MenuData
|
2013-02-16 22:54:07 -08:00
|
|
|
interpretmenu2
|
|
|
|
writebackup
|
2015-06-25 21:01:08 -07:00
|
|
|
if_equal $1, .FreshWater
|
|
|
|
if_equal $2, .SodaPop
|
|
|
|
if_equal $3, .Lemonade
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.FreshWater
|
2013-02-16 22:54:07 -08:00
|
|
|
checkmoney $0, 200
|
2015-06-25 21:01:08 -07:00
|
|
|
if_equal $2, .NotEnoughMoney
|
2013-02-16 22:54:07 -08:00
|
|
|
giveitem FRESH_WATER, $1
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .NotEnoughSpace
|
2013-02-16 22:54:07 -08:00
|
|
|
takemoney $0, 200
|
|
|
|
itemtotext FRESH_WATER, $0
|
2015-06-25 21:01:08 -07:00
|
|
|
jump .VendItem
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.SodaPop
|
2013-02-16 22:54:07 -08:00
|
|
|
checkmoney $0, 300
|
2015-06-25 21:01:08 -07:00
|
|
|
if_equal $2, .NotEnoughMoney
|
2013-02-16 22:54:07 -08:00
|
|
|
giveitem SODA_POP, $1
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .NotEnoughSpace
|
2013-02-16 22:54:07 -08:00
|
|
|
takemoney $0, 300
|
|
|
|
itemtotext SODA_POP, $0
|
2015-06-25 21:01:08 -07:00
|
|
|
jump .VendItem
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.Lemonade
|
2013-02-16 22:54:07 -08:00
|
|
|
checkmoney $0, 350
|
2015-06-25 21:01:08 -07:00
|
|
|
if_equal $2, .NotEnoughMoney
|
2013-02-16 22:54:07 -08:00
|
|
|
giveitem LEMONADE, $1
|
2015-06-25 21:01:08 -07:00
|
|
|
iffalse .NotEnoughSpace
|
2013-02-16 22:54:07 -08:00
|
|
|
takemoney $0, 350
|
|
|
|
itemtotext LEMONADE, $0
|
2015-06-25 21:01:08 -07:00
|
|
|
jump .VendItem
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.VendItem
|
2013-02-16 22:54:07 -08:00
|
|
|
pause 10
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_ENTER_DOOR
|
2015-06-25 21:01:08 -07:00
|
|
|
writetext CeladonClangText
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
|
|
|
itemnotify
|
2015-06-25 21:01:08 -07:00
|
|
|
jump .Start
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.NotEnoughMoney
|
|
|
|
writetext CeladonVendingNoMoneyText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-06-25 21:01:08 -07:00
|
|
|
jump .Start
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.NotEnoughSpace
|
|
|
|
writetext CeladonVendingNoSpaceText
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-06-25 21:01:08 -07:00
|
|
|
jump .Start
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.MenuData
|
2013-04-30 23:24:05 -07:00
|
|
|
db $40 ; flags
|
|
|
|
db 02, 00 ; start coords
|
|
|
|
db 11, 19 ; end coords
|
2015-06-25 21:01:08 -07:00
|
|
|
dw .MenuData2
|
2013-04-30 23:24:05 -07:00
|
|
|
db 1 ; default option
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
.MenuData2
|
2013-04-30 23:24:05 -07:00
|
|
|
db $80 ; flags
|
|
|
|
db 4 ; items
|
|
|
|
db "FRESH WATER ¥200@"
|
|
|
|
db "SODA POP ¥300@"
|
|
|
|
db "LEMONADE ¥350@"
|
|
|
|
db "CANCEL@"
|
|
|
|
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonDeptStore6FDirectory:
|
|
|
|
jumptext CeladonDeptStore6FDirectoryText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x7124d:
|
2015-06-24 18:26:24 -07:00
|
|
|
jumpstd elevatorbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonVendingText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A vending machine!"
|
|
|
|
line "Here's the menu."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonClangText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Clang!"
|
|
|
|
|
|
|
|
para "@"
|
2015-02-10 15:37:24 -08:00
|
|
|
text_from_ram StringBuffer3
|
2015-06-27 21:59:17 -07:00
|
|
|
text ""
|
2014-03-05 21:29:44 -08:00
|
|
|
line "popped out."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonVendingNoMoneyText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oops, not enough"
|
|
|
|
line "money…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonVendingNoSpaceText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There's no more"
|
|
|
|
line "room for stuff…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x712c7:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "A vending machine"
|
|
|
|
line "with a prize rou-"
|
|
|
|
cont "lette…"
|
|
|
|
|
|
|
|
para "You never see"
|
|
|
|
line "those anymore."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x71310:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Aww! There's no"
|
|
|
|
line "games here!"
|
|
|
|
|
|
|
|
para "I wanted to play…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonDeptStore6FDirectoryText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "6F: ROOFTOP SQUARE"
|
|
|
|
line "VENDING MACHINES"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CeladonDeptStore6F_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $0, $f, 2, GROUP_CELADON_DEPT_STORE_5F, MAP_CELADON_DEPT_STORE_5F
|
|
|
|
warp_def $0, $2, 1, GROUP_CELADON_DEPT_STORE_ELEVATOR, MAP_CELADON_DEPT_STORE_ELEVATOR
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 6
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 0, 14, SIGNPOST_READ, CeladonDeptStore6FDirectory
|
|
|
|
signpost 0, 3, SIGNPOST_READ, CeladonDeptStore1FElevatorButton
|
|
|
|
signpost 1, 8, SIGNPOST_UP, CeladonVendingMachine
|
|
|
|
signpost 1, 9, SIGNPOST_UP, CeladonVendingMachine
|
|
|
|
signpost 1, 10, SIGNPOST_UP, CeladonVendingMachine
|
|
|
|
signpost 1, 11, SIGNPOST_UP, CeladonVendingMachine
|
2013-02-16 22:54:07 -08:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 2
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_SUPER_NERD, 6, 13, OW_UP | $3, $0, -1, -1, $0, 0, SuperNerdScript_0x7117a, -1
|
|
|
|
person_event SPRITE_YOUNGSTER, 9, 16, OW_DOWN | $2, $12, -1, -1, (PAL_OW_RED << 4) | $80, 0, YoungsterScript_0x7117d, -1
|