-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Sonic Lost World] change speedrun effect patch and add issues note
- Loading branch information
1 parent
368dc1d
commit 9448a23
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
src/SonicLostWorld/Mods/LinkSonicEverywhere/patch_Linksonic.asm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
[sonic2013_v48] | ||
moduleMatches = 0xC5691A40 | ||
|
||
; load Linksonic.pac and chr_Linksonic.model | ||
; load SonicZeldaInfo on top of SonicInfo | ||
0x02A60414 = nop | ||
0x02A53680 = nop | ||
|
||
; load ef_dl3_linksonic_speedrun.effect | ||
0x02A43FD8 = nop | ||
0x02A44050 = nop | ||
; load ef_dl3_linksonic_speedrun instead of ef_ch_son_yh1_speedrun_loop | ||
0x02A43FE0 = nop | ||
0x02A44058 = nop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters