mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 03:05:56 -05:00
60 lines
1.3 KiB
NASM
60 lines
1.3 KiB
NASM
map_attributes Route2Gate1F, ROUTE_2_GATE_1F
|
|
|
|
object_const_def
|
|
const ROUTE_2_GATE_1F_YOUNGSTER
|
|
const ROUTE_2_GATE_1F_COOLTRAINER_F
|
|
|
|
Route2Gate1F_MapEvents::
|
|
dw $4000 ; unknown
|
|
|
|
def_warp_events
|
|
warp_event 4, 7, ROUTE_2, 1, 47
|
|
warp_event 5, 7, ROUTE_2, 2, 47
|
|
warp_event 4, 0, OLD_CITY, 12, 14
|
|
warp_event 5, 0, OLD_CITY, 13, 14
|
|
warp_event 1, 0, ROUTE_2_GATE_2F, 1, 12
|
|
|
|
def_bg_events
|
|
|
|
def_object_events
|
|
object_event 6, 1, SPRITE_YOUNGSTER, SPRITEMOVEFN_TURN_DOWN, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0
|
|
object_event 1, 6, SPRITE_COOLTRAINER_F, SPRITEMOVEFN_RANDOM_WALK_X, 1, 0, -1, -1, 0, 0, 0, 0, 0, 0
|
|
|
|
Route2Gate1F_Blocks::
|
|
INCBIN "maps/Route2Gate1F.blk"
|
|
|
|
map_generic_scriptloader
|
|
map_generic_script_pointers
|
|
map_generic_npc_ids
|
|
|
|
Route2Gate1FSignPointers:
|
|
dw MapDefaultText ;no signs
|
|
Route2Gate1F_TextPointers::
|
|
dw Route2Gate1FText1
|
|
dw Route2Gate1FText2
|
|
|
|
map_generic_script
|
|
|
|
Route2Gate1FText1:
|
|
ld hl, Route2Gate1FText1String
|
|
call OpenTextbox
|
|
ret
|
|
|
|
Route2Gate1FText2:
|
|
ld hl, Route2Gate1FText2String
|
|
call OpenTextbox
|
|
ret
|
|
|
|
Route2Gate1FText1String:
|
|
text "このゲートを ぬけると"
|
|
line "すぐに オールドシティ です"
|
|
done
|
|
|
|
Route2Gate1FText2String:
|
|
text "オールドシティには"
|
|
line "あの ゆうめいな"
|
|
cont "ごじゅうのとう が あるの"
|
|
|
|
para "いってみたこと ある?"
|
|
done
|