Files
project-restoration/hooks/rst_fast_transform.hks
Léo Lam 181ecbf6e8 Split hooks
Makes it easier to find hooks and maintain the hook list
2020-05-09 16:00:20 +02:00

26 lines
638 B
Plaintext

fix_transformation_mask_equip_checks_1:
# prevent forced transform when mask is not equipped
type: patch
addr: 0x1DB31C
data: 00 F0 20 E3
fix_transformation_mask_equip_checks_1b:
type: patch
addr: 0x1E770C
data: 15 00 00 EA
fix_transformation_mask_equip_checks_2a:
# remove other checks (fix first-person mode, Goron rolling and potentially more)
type: patch
data: EA00003B
addr: 0x001EDFB4
reverse: true
fix_transformation_mask_equip_checks_2b:
type: patch
data: EA000052
reverse: true
addr: 0x001F78CC
fast_transform_cutscene_skip_btns:
type: patch
addr: 0x1EB660
data: 00 00 0c f3
reverse: true