Pokémon R/B: Fix cave surf bug (#2389)
This commit is contained in:
parent
20dd478fb5
commit
bdc15186e7
Binary file not shown.
Binary file not shown.
|
@ -1,10 +1,10 @@
|
|||
rom_addresses = {
|
||||
"Option_Encounter_Minimum_Steps": 0x3c1,
|
||||
"Option_Pitch_Black_Rock_Tunnel": 0x758,
|
||||
"Option_Blind_Trainers": 0x30c3,
|
||||
"Option_Trainersanity1": 0x3153,
|
||||
"Option_Split_Card_Key": 0x3e0c,
|
||||
"Option_Fix_Combat_Bugs": 0x3e0d,
|
||||
"Option_Pitch_Black_Rock_Tunnel": 0x75c,
|
||||
"Option_Blind_Trainers": 0x30c7,
|
||||
"Option_Trainersanity1": 0x3157,
|
||||
"Option_Split_Card_Key": 0x3e10,
|
||||
"Option_Fix_Combat_Bugs": 0x3e11,
|
||||
"Option_Lose_Money": 0x40d4,
|
||||
"Base_Stats_Mew": 0x4260,
|
||||
"Title_Mon_First": 0x4373,
|
||||
|
|
Loading…
Reference in New Issue