diff options
Diffstat (limited to '')
-rw-r--r-- | bugfixes.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bugfixes.yaml b/bugfixes.yaml index d5488ca..fe47d41 100644 --- a/bugfixes.yaml +++ b/bugfixes.yaml @@ -258,3 +258,9 @@ hooks: src_addr_pal: 0x8011857C
target_func: 'GiganticBackgrounds'
+ - name: FixFireballSensorSetup
+ type: branch_insn
+ branch_type: b
+ src_addr_pal: 0x8011A82C
+ target_func: 'FixFireballSensorSetup'
+
|