pokecrystal-board/maps/Route27SandstormHouse.asm

113 lines
1.9 KiB
NASM
Raw Normal View History

2015-06-25 21:01:08 -07:00
Route27SandstormHouse_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-06-25 21:01:08 -07:00
SandstormHouseWoman:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TM37_SANDSTORM
2015-06-25 21:01:08 -07:00
iftrue .AlreadyGotItem
special GetFirstPokemonHappiness
2015-06-25 21:01:08 -07:00
writetext SandstormHouseWomanText1
keeptextopen
2015-06-25 21:01:08 -07:00
if_greater_than $95, .Loyal
jump .Disloyal
2015-06-25 21:01:08 -07:00
.Loyal
writetext SandstormHouseWomanLoyalText
keeptextopen
verbosegiveitem TM_SANDSTORM, 1
2015-06-25 21:01:08 -07:00
iffalse .Done
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TM37_SANDSTORM
2015-06-25 21:01:08 -07:00
.AlreadyGotItem
writetext SandstormHouseSandstormDescription
closetext
2015-06-25 21:01:08 -07:00
.Done
loadmovesprites
end
2015-06-25 21:01:08 -07:00
.Disloyal
writetext SandstormHouseWomanDisloyalText
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
SandstormHouseBookshelf:
jumpstd magazinebookshelf
2015-06-25 21:01:08 -07:00
SandstormHouseWomanText1:
text "Where are you off"
line "to with #MON?"
para "#MON LEAGUE?"
para "Are your #MON"
line "loyal enough for"
cont "you to win?"
para "Let me see…"
done
2015-06-25 21:01:08 -07:00
SandstormHouseWomanLoyalText:
text "Ah! Your #MON"
line "trusts you very"
cont "much."
para "It's nice to see a"
line "good trainer."
para "Here. A gift for"
line "your journey."
done
2015-06-25 21:01:08 -07:00
SandstormHouseSandstormDescription:
text "TM37 happens to be"
line "SANDSTORM."
para "It's a move that"
line "inflicts damage on"
cont "both battlers."
para "It's for advanced"
line "trainers only."
para "Use it if you"
line "dare. Good luck!"
done
2015-06-25 21:01:08 -07:00
SandstormHouseWomanDisloyalText:
text "If it doesn't come"
line "to trust you some"
para "more, it could be"
line "tough going."
para "Trust is the tie"
line "that binds #MON"
cont "and trainers."
done
2015-06-25 21:01:08 -07:00
Route27SandstormHouse_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 1, ROUTE_27
warp_def $7, $3, 1, ROUTE_27
.XYTriggers:
db 0
.Signposts:
db 2
signpost 1, 0, SIGNPOST_READ, SandstormHouseBookshelf
signpost 1, 1, SIGNPOST_READ, SandstormHouseBookshelf
.PersonEvents:
db 1
2015-10-31 18:05:02 -07:00
person_event SPRITE_GRANNY, 4, 2, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, 0, 0, SandstormHouseWoman, -1