Skip to content

Commit 356ff7d

Browse files
committed
Apply MidairSnowboardControl to SnowBoardSpring properly
Signed-off-by: Isaac Marovitz <isaacryu@icloud.com>
1 parent 63bbd49 commit 356ff7d

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

MarathonRecompLib/config/Marathon.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,19 @@ jump_address_on_true = 0x82214714
177177

178178
[[midasm_hook]]
179179
name = "MidairSnowboardControl"
180-
address = 0x82214878
181-
jump_address_on_true = 0x8221487C
180+
address = 0x8221487C
181+
jump_address_on_true = 0x82214880
182182

183183
[[midasm_hook]]
184184
name = "MidairSnowboardControl"
185185
address = 0x822145B8
186186
jump_address_on_true = 0x822145BC
187187

188+
[[midasm_hook]]
189+
name = "MidairSnowboardControl"
190+
address = 0x8221486C
191+
jump_address_on_true = 0x82214870
192+
188193
[[midasm_hook]]
189194
name = "DisableHints"
190195
address = 0x82487AC4

0 commit comments

Comments
 (0)