mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00

Co-authored-by: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com> Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> Co-authored-by: alchav <alchav@jalchavware.com>
40 lines
1.2 KiB
Python
40 lines
1.2 KiB
Python
rom_addresses = {
|
|
"Space_Physics": 0x4e7,
|
|
"Pipe_Traversal_A": 0x11a4,
|
|
"Pipe_Traversal_SFX_A": 0x11a9,
|
|
"Pipe_Traversal_B": 0x11d6,
|
|
"Pipe_Traversal_SFX_B": 0x11e7,
|
|
"Pipe_Traversal_C": 0x1226,
|
|
"Pipe_Traversal_SFX_C": 0x123f,
|
|
"Pipe_Traversal_D": 0x1256,
|
|
"Pipe_Traversal_SFX_D": 0x125b,
|
|
"Enable_Swim": 0x1d17,
|
|
"Coinsanity_B": 0x1d86,
|
|
"Auto_Scroll_Levels": 0x1f71,
|
|
"Starting_Lives": 0x2920,
|
|
"Get_Hurt_To_Big_Mario": 0x31c7,
|
|
"Get_Mushroom_A": 0x345c,
|
|
"Get_Fire_Flower_A": 0x346d,
|
|
"Get_Carrot_A": 0x347e,
|
|
"Invincibility_Star_A": 0x349e,
|
|
"Invincibility_Star_B": 0x34a3,
|
|
"Enable_Bubble": 0x34e5,
|
|
"Coinsanity_A": 0x591f,
|
|
"Coin_Shuffle": 0x304ce,
|
|
"Required_Golden_Coins": 0x306e9,
|
|
"Disable_Midway_Bell": 0x3ef1e,
|
|
"Get_Carrot_C": 0x6092f,
|
|
"Get_Mushroom_C": 0x60930,
|
|
"Get_Fire_Flower_C": 0x60933,
|
|
"Get_Mushroom_B": 0x60ddb,
|
|
"Get_Carrot_B": 0x60de7,
|
|
"Get_Fire_Flower_B": 0x60df3,
|
|
"Coins_Required": 0x80139,
|
|
"Difficulty_Mode": 0x8013b,
|
|
"Star_Count": 0x8013c,
|
|
"Midway_Bells": 0x8013e,
|
|
"Energy_Link": 0x8013f,
|
|
"Coin_Mode": 0x80140,
|
|
"Auto_Scroll_Levels_B": 0x80141,
|
|
}
|