pokecrystal-board/maps/BlackthornMart.asm

64 lines
1.2 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
BlackthornMart_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
ClerkScript_0x195a5d:
loadfont
pokemart $0, $0011
loadmovesprites
end
2015-07-10 01:45:35 -07:00
CooltrainerMScript_0x195a64:
jumptextfaceplayer UnknownText_0x195a6a
2015-07-10 01:45:35 -07:00
BlackBeltScript_0x195a67:
jumptextfaceplayer UnknownText_0x195ae9
2015-07-10 01:45:35 -07:00
UnknownText_0x195a6a:
text "You can't buy MAX"
line "REVIVE, but it"
para "fully restores a"
line "fainted #MON."
para "Beware--it won't"
line "restore PP, the"
para "POWER POINTS"
line "needed for moves."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x195ae9:
text "MAX REPEL keeps"
line "weak #MON away"
cont "from you."
para "It's the longest"
line "lasting of the"
cont "REPEL sprays."
done
2015-07-10 01:45:35 -07:00
BlackthornMart_MapEventHeader:
; filler
db 0, 0
.Warps:
db 2
warp_def $7, $2, 4, BLACKTHORN_CITY
warp_def $7, $3, 4, BLACKTHORN_CITY
.XYTriggers:
db 0
.Signposts:
db 0
.PersonEvents:
db 3
2015-10-31 18:05:02 -07:00
person_event SPRITE_CLERK, 3, 1, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, 0, 0, ClerkScript_0x195a5d, -1
person_event SPRITE_COOLTRAINER_M, 6, 7, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 2, -1, -1, 0, 0, 0, CooltrainerMScript_0x195a64, -1
person_event SPRITE_BLACK_BELT, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, BlackBeltScript_0x195a67, -1