diff --git a/Core/rom_map.txt b/Core/rom_map.txt deleted file mode 100644 index 3ee4979..0000000 --- a/Core/rom_map.txt +++ /dev/null @@ -1,36 +0,0 @@ -Expanded space used by ZScream as of 1/16/2024 - -Addresses are PC unless stated otherwise. - -ZS reserves everything up to 1.5mb or up to 0x150000 - -0x100000 - 0x107FFF: - Nothing? - -0x108000 - 0x10FFFF: - Title screen data - Dungeon map data - -0x110000 - 0x117FFF: - Default room header location - -0x118000 - 0x11FFFF: - Some sort of data but i can't figure out what. - -0x120000 - 0x127FFF: - Expanded overlay data - -0x128000 - 0x12FFFF: - Custom collision data - -0x130000 - 0x137FFF: - Overworld map data overflow - -0x138000 - 0x13FFFF: - Expanded Dungeon object data - -0x140000 - 0x147FFF: - Custom overworld data - -0x148000 - 0x14FFFF: - Expanded Dungeon object data \ No newline at end of file diff --git a/oracle.org b/oracle.org index d75ff71..bd66f5d 100644 --- a/oracle.org +++ b/oracle.org @@ -258,4 +258,24 @@ Should use the Ganons Tower Crystal Cutscene as the base. - [ ] Final Dream ???? ** TODO End Credits +* ROM Map +Expanded space used by ZScream as of 1/16/2024 + +Addresses are PC unless stated otherwise. + +ZS reserves everything up to 1.5mb or up to 0x150000 + +| Location | Contents | +|---------------------+------------------------------| +| 0x100000 - 0x107FFF | Nothing? | +| 0x108000 - 0x10FFFF | Title Screen, Dungeon Map | +| 0x110000 - 0x117FFF | Default room header location | +| 0x118000 - 0x11FFFF | Unknown | +| 0x120000 - 0x127FFF | Expanded overlay data | +| 0x128000 - 0x12FFFF | Custom collision data | +| 0x130000 - 0x137FFF | Overworld map data overflow | +| 0x138000 - 0x13FFFF | Expanded dungeon object data | +| 0x140000 - 0x147FFF | Custom overworld data | +| 0x148000 - 0x14FFFF | Expanded dungeon object data | +| | |