diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:23:27 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-15 17:23:27 -0400 |
| commit | 42c5aab5e3a63c1928806dd33df0680b0f273931 (patch) | |
| tree | b5029b9b4a4f1a5eb5ba89f92f3db104b38ce92c /data | |
| parent | dac20d6dd2aa2f5a8584cf5e3b5b360bd3eefef7 (diff) | |
Remove unused map scene IDs
Diffstat (limited to 'data')
| -rw-r--r-- | data/maps/scenes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/maps/scenes.asm b/data/maps/scenes.asm index 13ce4dcd..f9ebe11c 100644 --- a/data/maps/scenes.asm +++ b/data/maps/scenes.asm @@ -58,7 +58,7 @@ MapScenes:: scene_var GOLDENROD_UNDERGROUND_SWITCH_ROOM_ENTRANCES, wGoldenrodUndergroundSwitchRoomEntrancesSceneID scene_var SILVER_CAVE_ROOM_3, wSilverCaveRoom3SceneID ; unused scene_var VICTORY_ROAD, wVictoryRoadSceneID - scene_var DRAGONS_DEN_B1F, wDragonsDenB1FSceneID + scene_var DRAGONS_DEN_B1F, wDragonsDenB1FSceneID ; unused scene_var OLIVINE_PORT, wOlivinePortSceneID scene_var VERMILION_PORT, wVermilionPortSceneID scene_var FAST_SHIP_1F, wFastShip1FSceneID |
