diff --git a/Oracle_main.asm b/Oracle_main.asm index 8be0603..7bb6261 100644 --- a/Oracle_main.asm +++ b/Oracle_main.asm @@ -20,9 +20,11 @@ ; 3A - Mask Routines, Custom Ancillae (Deku Bubble) ; 3B - GBC Link Gfx ; 3C - Unused -; 3D - LW World Map -; 3E - DW World Map -; 3F - Unused +; 3D - ZS Tile16 +; 3E - LW ZS Tile32 +; 3F - DW ZS Tile32 +; 40 - LW World Map +; 41 - DW World Map ; Mushroom Grotto ID 0x0C (Palace of Darkness) ; Tail Palace ID 0x0A (Swamp Palace) diff --git a/Overworld/world_map.asm b/Overworld/world_map.asm index 2cfdd58..918d2f3 100644 --- a/Overworld/world_map.asm +++ b/Overworld/world_map.asm @@ -454,14 +454,14 @@ org $00E399 org $008FF3 RTS ; do nothing during DW update, we'll handle it in the LW routine -org $3D8000 +org $408000 LWWorldMap_Tiles: incbin world_map/LwMapTileset.bin LWWorldMap_Gfx: incbin world_map/LwMapGfx.bin -org $3E8000 +org $418000 DWWorldMap_Tiles: incbin world_map/DwMapTileset.bin