pokecrystal-board/maps/Route29Route46Gate.asm

60 lines
1.2 KiB
NASM
Raw Normal View History

2015-11-26 21:22:14 -08:00
const_value set 2
2018-01-01 15:19:32 -08:00
const ROUTE29ROUTE46GATE_OFFICER
const ROUTE29ROUTE46GATE_YOUNGSTER
2015-11-26 21:22:14 -08:00
Route29Route46Gate_MapScripts:
.SceneScripts:
db 0
.MapCallbacks:
db 0
2018-01-01 15:19:32 -08:00
Route29Route46GateOfficerScript:
jumptextfaceplayer Route29Route46GateOfficerText
2018-01-01 15:19:32 -08:00
Route29Route46GateYoungsterScript:
jumptextfaceplayer Route29Route46GateYoungsterText
2018-01-01 15:19:32 -08:00
Route29Route46GateOfficerText:
text "You can't climb"
line "ledges."
para "But you can jump"
line "down from them to"
cont "take a shortcut."
done
2018-01-01 15:19:32 -08:00
Route29Route46GateYoungsterText:
text "Different kinds of"
line "#MON appear"
cont "past here."
para "If you want to"
line "catch them all,"
para "you have to look"
line "everywhere."
done
Route29Route46Gate_MapEvents:
; filler
db 0, 0
.Warps:
db 4
warp_def 4, 0, 1, ROUTE_46
warp_def 5, 0, 2, ROUTE_46
warp_def 4, 7, 1, ROUTE_29
warp_def 5, 7, 1, ROUTE_29
.CoordEvents:
db 0
.BGEvents:
db 0
.ObjectEvents:
db 2
2018-01-01 15:19:32 -08:00
object_event 0, 4, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route29Route46GateOfficerScript, -1
object_event 6, 4, SPRITE_YOUNGSTER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 1, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, Route29Route46GateYoungsterScript, -1