2015-06-25 21:01:08 -07:00
|
|
|
GoldenrodDeptStore5F_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
dbw 2, .CheckIfSunday
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.CheckIfSunday:
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2015-07-16 15:10:10 -07:00
|
|
|
if_equal SUNDAY, .yes
|
2013-02-16 22:54:07 -08:00
|
|
|
disappear $7
|
|
|
|
return
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.yes:
|
2013-02-16 22:54:07 -08:00
|
|
|
appear $7
|
|
|
|
return
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
ClerkScript_0x5609c:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM02_HEADBUTT
|
2015-07-16 15:10:10 -07:00
|
|
|
iftrue .headbutt
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
2015-07-16 15:10:10 -07:00
|
|
|
iftrue .onlyrocksmash
|
|
|
|
jump .neither
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.headbutt:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_GOT_TM08_ROCK_SMASH
|
2015-07-16 15:10:10 -07:00
|
|
|
iftrue .both
|
|
|
|
jump .onlyheadbutt
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.neither:
|
2013-02-16 22:54:07 -08:00
|
|
|
pokemart $0, $0009
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.onlyheadbutt:
|
2013-02-16 22:54:07 -08:00
|
|
|
pokemart $0, $000a
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.onlyrocksmash:
|
2013-02-16 22:54:07 -08:00
|
|
|
pokemart $0, $000b
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.both:
|
2013-02-16 22:54:07 -08:00
|
|
|
pokemart $0, $000c
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
ReceptionistScript_0x560ce:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-07-09 19:08:03 -07:00
|
|
|
checkcode VAR_WEEKDAY
|
2015-07-16 15:10:10 -07:00
|
|
|
if_not_equal SUNDAY, .EventIsOver
|
2015-07-10 05:08:03 -07:00
|
|
|
checkflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
2015-07-16 15:10:10 -07:00
|
|
|
iftrue .EventIsOver
|
2015-07-15 12:48:44 -07:00
|
|
|
special GetFirstPokemonHappiness
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x56143
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-07-16 15:10:10 -07:00
|
|
|
if_greater_than $95, .VeryHappy
|
|
|
|
if_greater_than $31, .SomewhatHappy
|
|
|
|
jump .NotVeryHappy
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.VeryHappy:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x5615a
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-06-29 19:24:45 -07:00
|
|
|
verbosegiveitem TM_RETURN, 1
|
2015-07-16 15:10:10 -07:00
|
|
|
iffalse .Done
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.SomewhatHappy:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x561a6
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.NotVeryHappy:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x561d8
|
2013-02-16 22:54:07 -08:00
|
|
|
keeptextopen
|
2015-06-29 19:24:45 -07:00
|
|
|
verbosegiveitem TM_FRUSTRATION, 1
|
2015-07-16 15:10:10 -07:00
|
|
|
iffalse .Done
|
2015-07-10 05:08:03 -07:00
|
|
|
setflag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.EventIsOver:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x56202
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2015-07-16 15:10:10 -07:00
|
|
|
.Done:
|
2013-02-16 22:54:07 -08:00
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
TwinScript_0x56118:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
2015-02-11 15:03:42 -08:00
|
|
|
special SpecialGameboyCheck
|
2015-07-16 15:10:10 -07:00
|
|
|
if_not_equal $2, .NotGBC ; This is a dummy check from Gold and Silver. In normal gameplay, this would not be checked.
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x56241
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
2015-07-16 15:10:10 -07:00
|
|
|
special Special_UnlockMysteryGift
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-16 15:10:10 -07:00
|
|
|
.NotGBC:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x56279
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
LassScript_0x56130:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x562ad
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
CooltrainerMScript_0x56133:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
|
|
|
loadfont
|
|
|
|
trade $0
|
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
PokefanMScript_0x5613a:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x562f3
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GoldenrodDeptStore5FDirectory:
|
|
|
|
jumptext GoldenrodDeptStore5FDirectoryText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GoldenrodDeptStore5FElevatorButton:
|
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
|
|
|
UnknownText_0x56143:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hello. Oh, your"
|
|
|
|
line "#MON…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x5615a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's very attached"
|
|
|
|
line "to you."
|
|
|
|
|
|
|
|
para "This move should"
|
|
|
|
line "be perfect for a"
|
|
|
|
cont "pair like you."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x561a6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It's adorable!"
|
|
|
|
|
|
|
|
para "You should teach"
|
|
|
|
line "it good TM moves."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x561d8:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "It looks evil. How"
|
|
|
|
line "about this TM for"
|
|
|
|
cont "it?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x56202:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "There are sure to"
|
|
|
|
line "be TMs that are"
|
|
|
|
|
|
|
|
para "just perfect for"
|
|
|
|
line "your #MON."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x56241:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MYSTERY GIFT."
|
|
|
|
|
|
|
|
para "With just a"
|
|
|
|
line "little beep, you"
|
|
|
|
cont "get a gift."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x56279:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "The MYSTERY GIFT"
|
|
|
|
line "option requires a"
|
|
|
|
cont "Game Boy Color."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x562ad:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "On Sundays, a lady"
|
|
|
|
line "comes to check out"
|
|
|
|
cont "#MON."
|
|
|
|
|
|
|
|
para "She even gives"
|
|
|
|
line "away TMs!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x562f3:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You can't rename a"
|
|
|
|
line "#MON you get in"
|
|
|
|
cont "a trade."
|
|
|
|
|
|
|
|
para "The name is a re-"
|
|
|
|
line "flection of the"
|
|
|
|
|
|
|
|
para "original trainer's"
|
|
|
|
line "feelings for it."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GoldenrodDeptStore5FDirectoryText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Customize Your"
|
|
|
|
line "#MON"
|
|
|
|
|
|
|
|
para "5F TM CORNER"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GoldenrodDeptStore5F_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 3
|
|
|
|
warp_def $0, $c, 1, GROUP_GOLDENROD_DEPT_STORE_4F, MAP_GOLDENROD_DEPT_STORE_4F
|
|
|
|
warp_def $0, $f, 1, GROUP_GOLDENROD_DEPT_STORE_6F, MAP_GOLDENROD_DEPT_STORE_6F
|
|
|
|
warp_def $0, $2, 1, GROUP_GOLDENROD_DEPT_STORE_ELEVATOR, MAP_GOLDENROD_DEPT_STORE_ELEVATOR
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 0, 14, SIGNPOST_READ, GoldenrodDeptStore5FDirectory
|
|
|
|
signpost 0, 3, SIGNPOST_READ, GoldenrodDeptStore5FElevatorButton
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 6
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_CLERK, 9, 12, OW_UP | $3, $0, -1, -1, $0, 0, ClerkScript_0x5609c, -1
|
|
|
|
person_event SPRITE_LASS, 10, 7, OW_DOWN | $2, $11, -1, -1, $0, 0, LassScript_0x56130, -1
|
|
|
|
person_event SPRITE_COOLTRAINER_M, 7, 10, OW_DOWN | $3, $0, -1, -1, $0, 0, CooltrainerMScript_0x56133, -1
|
|
|
|
person_event SPRITE_POKEFAN_M, 9, 17, OW_DOWN | $2, $22, -1, -1, $0, 0, PokefanMScript_0x5613a, -1
|
|
|
|
person_event SPRITE_TWIN, 5, 13, OW_UP | $2, $0, -1, -1, (PAL_OW_GREEN << 4) | $80, 0, TwinScript_0x56118, -1
|
|
|
|
person_event SPRITE_RECEPTIONIST, 9, 11, OW_UP | $3, $0, -1, -1, (PAL_OW_RED << 4) | $80, 0, ReceptionistScript_0x560ce, EVENT_GOLDENROD_DEPT_STORE_5F_HAPPINESS_EVENT_LADY
|