diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-30 06:11:18 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-30 06:11:18 -0400 |
commit | c8a5720cca08631dcc20d036731e261a09a9a76e (patch) | |
tree | e9139dda7ede56fc16055ebb185fc7ad9bc17bfc | |
parent | 0221c1831e681dda80b96454e1718f18d640da8b (diff) |
Fix IsDungeonMap comments
-rwxr-xr-x | engine/battle/1c.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/engine/battle/1c.asm b/engine/battle/1c.asm index d7368835..dff505a1 100755 --- a/engine/battle/1c.asm +++ b/engine/battle/1c.asm @@ -198,7 +198,8 @@ GetBattleTransitionID_CompareLevels: ; 709ef (1c:49ef) ret ; fails to recognize VICTORY_ROAD_2, VICTORY_ROAD_3, all ROCKET_HIDEOUT maps, -; all MANSION maps, and SEAFOAM_ISLANDS_[2-5] as dungeon maps +; MANSION_1, SEAFOAM_ISLANDS_[2-5], POWER_PLANT, DIGLETTS_CAVE +; and SILPH_CO_[9-11]F as dungeon maps GetBattleTransitionID_IsDungeonMap: ; 70a19 (1c:4a19) ld a, [W_CURMAP] ld e, a @@ -253,7 +254,7 @@ DungeonMaps2: ; 70a44 (1c:4a44) db LAVENDER_POKECENTER db LAVENDER_HOUSE_2 - ; all SILPH_CO, MANSION, SAFARI_ZONE, and UNKNOWN_DUNGEON maps, + ; SILPH_CO_[2-8]F, MANSION[2-4], SAFARI_ZONE, and UNKNOWN_DUNGEON maps, ; except for SILPH_CO_1F db SILPH_CO_2F db UNKNOWN_DUNGEON_1 |