diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-12 18:26:26 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-02-12 18:26:26 +0100 |
commit | f22be4d0105304147ca982a91c239b9e3a7d31aa (patch) | |
tree | ff54878c8066e6e60d490b1f5850f760c3d3daf5 /data/scripts | |
parent | 382442c4c8754262c77acb50930df31c63a62355 (diff) |
more overworld work
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc | 2 | ||||
-rw-r--r-- | data/scripts/maps/BattleFrontier_BattlePyramidTop.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc b/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc index cff676124..c2b70944b 100644 --- a/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc +++ b/data/scripts/maps/BattleFrontier_BattlePyramidEmptySquare.inc @@ -28,7 +28,7 @@ BattleFrontier_BattlePyramidEmptySquare_EventScript_252A77:: @ 8252A77 end BattleFrontier_BattlePyramidEmptySquare_EventScript_252A8F:: @ 8252A8F - special AddMapNamePopUpWindowTask + special ShowMapNamePopup setvar VAR_0x400F, 0 end diff --git a/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc b/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc index 6c44e0044..3ba3a5a6a 100644 --- a/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc +++ b/data/scripts/maps/BattleFrontier_BattlePyramidTop.inc @@ -64,7 +64,7 @@ BattleFrontier_BattlePyramidTop_EventScript_255180:: @ 8255180 end BattleFrontier_BattlePyramidTop_EventScript_25518A:: @ 825518A - special AddMapNamePopUpWindowTask + special ShowMapNamePopup setvar VAR_0x400F, 0 end |