diff options
| author | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 21:43:22 +0200 |
|---|---|---|
| committer | Catobat <69204835+Catobat@users.noreply.github.com> | 2023-04-30 21:43:22 +0200 |
| commit | 5145a6909e6d764687376a07cd20671f618e570b (patch) | |
| tree | ceccca6bcbaf83ea6498cebe76302edf46a0f366 /data/scripts/npc | |
| parent | 4fd83717cd62a4a2c91cbe7762e86936b591d308 (diff) | |
Name and clean up some functions and structs
Diffstat (limited to 'data/scripts/npc')
| -rw-r--r-- | data/scripts/npc/script_MysteriousWall.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/scripts/npc/script_MysteriousWall.inc b/data/scripts/npc/script_MysteriousWall.inc index 4775eb3c..d0bc0a83 100644 --- a/data/scripts/npc/script_MysteriousWall.inc +++ b/data/scripts/npc/script_MysteriousWall.inc @@ -6,7 +6,7 @@ SCRIPT_START script_MysteriousWall Call NPC4E_IsKinstoneFused JumpIf script_0800B9AC Call NPC4E_MakeFuserInteractable - CallWithArg sub_0806DA04, 0x00000005 + CallWithArg NPC4E_ChangeInteractableHitbox, 0x00000005 EndBlock script_0800B98A: _0807EA4C |
