Skip to content

Commit

Permalink
Implement ISG (#188)
Browse files Browse the repository at this point in the history
I saw this feature being asked for by a few people. Since it shouldn't directly interfere with gameplay, unless specifically activated (pickup item while shielding and swinging). I've checked both on patched and non-patched versions of the game to see if this implementation works, and they both had the same expected behaviour (8 slashes with kokiri sword to kill Gibdos). It appears that this implementation should not impact any regular game play.
  • Loading branch information
PhlexPlexico committed Jul 20, 2021
1 parent 2da7666 commit c28f699
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hooks/rst_isg.hks
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Relative branch to skip past sword flags.
# b #0x00000c
patch_in_isg:
type: patch
addr: 0x1D32E0
data: 010000EA

# b #0x00000c
patch_in_isg_2:
type: patch
addr: 0x1DBEA4
data: 010000EA

0 comments on commit c28f699

Please sign in to comment.