diff options
author | Treeki <treeki@gmail.com> | 2011-05-21 23:43:03 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-21 23:43:03 +0200 |
commit | 0cd2a002ce31be65bc4e5e847c172b7d9e6145b4 (patch) | |
tree | 0e81f4093781dad96b361457420910a20a49ce9d /switchblock.yaml | |
parent | 23fbdd37ecbff448f6e2b62f35752698f8711de5 (diff) | |
download | kamek-0cd2a002ce31be65bc4e5e847c172b7d9e6145b4.tar.gz kamek-0cd2a002ce31be65bc4e5e847c172b7d9e6145b4.zip |
trying to fix switch blocks
Diffstat (limited to '')
-rw-r--r-- | switchblock.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/switchblock.yaml b/switchblock.yaml index 20ecf24..6f142b2 100644 --- a/switchblock.yaml +++ b/switchblock.yaml @@ -23,3 +23,10 @@ hooks: branch_type: b
target_func: 'ProcessTileNum_EndPatch'
+ - name: CheckBehaviourOverride_EndPatch
+ type: branch_insn
+ src_addr_pal: 0x80081A4C
+ branch_type: b
+ target_func: 'CheckBehaviourOverride_EndPatch'
+
+
|