Move Asar symbols into RomData.
Add move_room_headers function for base_patch_generator.
This commit is contained in:
parent
7a6689efd1
commit
7cd01df7d6
3 changed files with 80 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue