diff options
author | Treeki <treeki@gmail.com> | 2011-05-21 23:47:47 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2011-05-21 23:47:47 +0200 |
commit | 173e876db1287224164fbca60217817932d03e25 (patch) | |
tree | f2f385dca11f6e76c302f3f90102e628642b4d12 /switchblock.yaml | |
parent | 2250fae42d1cae329924f402b19523c771f10710 (diff) | |
download | kamek-173e876db1287224164fbca60217817932d03e25.tar.gz kamek-173e876db1287224164fbca60217817932d03e25.zip |
fixed 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'
+
+
|