Skip to content

Commit 832f8de

Browse files
AlchavFlySniper
authored andcommitted
Pokémon R/B: Fix cave surf bug (ArchipelagoMW#2389)
1 parent e02211c commit 832f8de

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
323 Bytes
Binary file not shown.
364 Bytes
Binary file not shown.

worlds/pokemon_rb/rom_addresses.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
rom_addresses = {
22
"Option_Encounter_Minimum_Steps": 0x3c1,
3-
"Option_Pitch_Black_Rock_Tunnel": 0x758,
4-
"Option_Blind_Trainers": 0x30c3,
5-
"Option_Trainersanity1": 0x3153,
6-
"Option_Split_Card_Key": 0x3e0c,
7-
"Option_Fix_Combat_Bugs": 0x3e0d,
3+
"Option_Pitch_Black_Rock_Tunnel": 0x75c,
4+
"Option_Blind_Trainers": 0x30c7,
5+
"Option_Trainersanity1": 0x3157,
6+
"Option_Split_Card_Key": 0x3e10,
7+
"Option_Fix_Combat_Bugs": 0x3e11,
88
"Option_Lose_Money": 0x40d4,
99
"Base_Stats_Mew": 0x4260,
1010
"Title_Mon_First": 0x4373,

0 commit comments

Comments
 (0)