diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-04-18 14:12:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-18 14:12:51 -0500 |
commit | d10844f1feaf1e9add59685e037fab7ad0027dce (patch) | |
tree | 932a43254cff7cd4b3d480ab1a2c25cf9efa0b95 /data/scripts | |
parent | 4e63a52832f4a443e24df4f38503e3b449b54e45 (diff) | |
parent | dc759a501b7dfa183b64ea68fbd9437f04e39e74 (diff) |
Merge pull request #237 from KDSKardabox/master
Decompile mon markings, rotating_gate & field_camera
Diffstat (limited to 'data/scripts')
-rw-r--r-- | data/scripts/maps/FortreeCity_Gym.inc | 2 | ||||
-rw-r--r-- | data/scripts/maps/Route110_TrickHousePuzzle6.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/data/scripts/maps/FortreeCity_Gym.inc b/data/scripts/maps/FortreeCity_Gym.inc index 01ce60717..b8b800286 100644 --- a/data/scripts/maps/FortreeCity_Gym.inc +++ b/data/scripts/maps/FortreeCity_Gym.inc @@ -4,7 +4,7 @@ FortreeCity_Gym_MapScripts:: @ 82165AB .byte 0 FortreeCity_Gym_MapScript1_2165B6: @ 82165B6 - special sub_80FBE90 + special RotatingGate_InitPuzzle end FortreeCity_Gym_MapScript2_2165BA: @ 82165BA diff --git a/data/scripts/maps/Route110_TrickHousePuzzle6.inc b/data/scripts/maps/Route110_TrickHousePuzzle6.inc index 6b13cf8cb..0a0e025af 100644 --- a/data/scripts/maps/Route110_TrickHousePuzzle6.inc +++ b/data/scripts/maps/Route110_TrickHousePuzzle6.inc @@ -4,7 +4,7 @@ Route110_TrickHousePuzzle6_MapScripts:: @ 826DDA7 .byte 0 Route110_TrickHousePuzzle6_MapScript1_26DDB2: @ 826DDB2 - special sub_80FBE90 + special RotatingGate_InitPuzzle end Route110_TrickHousePuzzle6_MapScript2_26DDB6: @ 826DDB6 |