mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
178 B
PHP
9 lines
178 B
PHP
ArtisanCave_B1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, ArtisanCave_B1F_OnTransition
|
|
.byte 0
|
|
|
|
ArtisanCave_B1F_OnTransition:
|
|
setflag FLAG_LANDMARK_ARTISAN_CAVE
|
|
end
|
|
|