diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-05-13 23:52:03 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-05-13 23:52:03 +0300 |
| commit | 422fb8ed147ced68eb690ea6061e142a5eed6fb3 (patch) | |
| tree | b619827bd385e5eaeeb87e3b0312af1e31740656 /src/npc | |
| parent | d56bcc28f37c7e4d9abbb6c811c980ce9816bcbb (diff) | |
Use enums in more scripts
Diffstat (limited to 'src/npc')
| -rw-r--r-- | src/npc/forestMinish.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/npc/forestMinish.c b/src/npc/forestMinish.c index 567e8328..6c52caaf 100644 --- a/src/npc/forestMinish.c +++ b/src/npc/forestMinish.c @@ -201,7 +201,7 @@ void sub_080602BC(Entity* this) { MessageNoOverlap(gUnk_0810A362[index], this); } -void sub_0806030C(Entity* this, ScriptExecutionContext* context) { +void script_ModBombs(Entity* this, ScriptExecutionContext* context) { ModBombs(context->intVariable); } |
