Move Asar symbols into RomData.

Add move_room_headers function for base_patch_generator.
This commit is contained in:
Lyle Mantooth 2022-05-30 01:03:30 -04:00
parent 7a6689efd1
commit 7cd01df7d6
Signed by: IslandUsurper
GPG key ID: 6DB52EAE123A5789
3 changed files with 80 additions and 14 deletions

View file

@ -1,4 +1,4 @@
pub const ROM_HEADER_BANK_LOCATION: usize = 0x0B5E7;
pub const ROOM_HEADER_BANK_LOCATION: usize = 0x0B5E7;
pub const DUNGEON_HEADER_POINTER_TABLE: usize = 0x271E2;
pub const DUNGEON_SPRITE_POINTER_TABLE: usize = 0x4D62E;
pub const OBJECT_DATA_POINTER_TABLE: usize = 0xF8000;