mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
9 lines
189 B
PHP
9 lines
189 B
PHP
AbandonedShip_Deck_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, AbandonedShip_Deck_OnTransition
|
|
.byte 0
|
|
|
|
AbandonedShip_Deck_OnTransition:
|
|
setflag FLAG_LANDMARK_ABANDONED_SHIP
|
|
end
|
|
|