mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-23 17:25:14 -05:00
Finalizing ASM variable rewrite
This commit is contained in:
@@ -32,8 +32,8 @@ bool rom_data::load_rom()
|
||||
case (RUBY_ID):
|
||||
case (SAPPHIRE_ID):
|
||||
|
||||
map_bank = 20;
|
||||
map_id = 2;
|
||||
map_bank = 0; // Testing girl is 0-10-1, lanette is 20-2-1
|
||||
map_id = 10;
|
||||
npc_id = 1;
|
||||
|
||||
def_map_bank = 8;
|
||||
|
||||
Reference in New Issue
Block a user