mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-19 11:36:51 -05:00
57 lines
1.4 KiB
PHP
57 lines
1.4 KiB
PHP
ThreeIsland_DunsparceTunnel_MapScripts:: @ 8164D26
|
|
map_script 3, ThreeIsland_DunsparceTunnel_MapScript1_164D2C
|
|
.byte 0
|
|
|
|
ThreeIsland_DunsparceTunnel_MapScript1_164D2C:: @ 8164D2C
|
|
setworldmapflag FLAG_WORLD_MAP_THREE_ISLAND_DUNSPARCE_TUNNEL
|
|
specialvar VAR_RESULT, IsNationalPokedexEnabled
|
|
copyvar VAR_0x8008, VAR_RESULT
|
|
compare_var_to_value VAR_0x8008, 1
|
|
call_if eq, EventScript_164D50
|
|
compare_var_to_value VAR_0x8008, 0
|
|
call_if eq, EventScript_164D54
|
|
end
|
|
|
|
EventScript_164D50:: @ 8164D50
|
|
setmaplayoutindex LAYOUT_THREE_ISLAND_DUNSPARCE_TUNNEL_2
|
|
return
|
|
|
|
EventScript_164D54:: @ 8164D54
|
|
setobjectxyperm 1, 6, 3
|
|
setobjectmovementtype 1, 10
|
|
return
|
|
|
|
ThreeIsland_DunsparceTunnel_EventScript_164D60:: @ 8164D60
|
|
lock
|
|
faceplayer
|
|
checkflag FLAG_GOT_NUGGET_FROM_DUNSPARCE_TUNNEL
|
|
goto_if TRUE, EventScript_164DC2
|
|
specialvar VAR_RESULT, IsNationalPokedexEnabled
|
|
compare_var_to_value VAR_RESULT, 1
|
|
goto_if eq, EventScript_164D90
|
|
msgbox gUnknown_817D13B
|
|
closemessage
|
|
applymovement 1, Movement_1A75E5
|
|
waitmovement 0
|
|
release
|
|
end
|
|
|
|
EventScript_164D90:: @ 8164D90
|
|
msgbox gUnknown_817D1C9
|
|
giveitem ITEM_NUGGET
|
|
compare_var_to_value VAR_RESULT, 0
|
|
goto_if eq, EventScript_164DB8
|
|
setflag FLAG_GOT_NUGGET_FROM_DUNSPARCE_TUNNEL
|
|
goto EventScript_164DC2
|
|
end
|
|
|
|
EventScript_164DB8:: @ 8164DB8
|
|
msgbox gUnknown_817D2DC
|
|
release
|
|
end
|
|
|
|
EventScript_164DC2:: @ 8164DC2
|
|
msgbox gUnknown_817D28C
|
|
release
|
|
end
|