Starting to add sprite compatibility

This commit is contained in:
The Gears of Progress
2025-05-27 16:48:04 -04:00
parent 03c3e0540b
commit 42815f166f
7 changed files with 17 additions and 6 deletions

View File

@@ -124,6 +124,7 @@ void rom_data::fill_values(const ROM_DATA *rom_values)
loc_gMonFrontPicTable = rom_values->loc_gMonFrontPicTable;
loc_gMonPaletteTable = rom_values->loc_gMonPaletteTable;
loc_gMonShinyPaletteTable = rom_values->loc_gMonShinyPaletteTable;
loc_gMonIconTable = rom_values->loc_gMonIconTable;
offset_ramscript = rom_values->offset_ramscript;
offset_flags = rom_values->offset_flags;