mirror of
https://github.com/zeldaret/tmc
synced 2026-07-11 15:28:41 -04:00
color.c, utils->common.c
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@
|
||||
|
||||
#include "object.h"
|
||||
#include "npc.h"
|
||||
#include "kinstone.h"
|
||||
|
||||
#include "functions.h"
|
||||
|
||||
@@ -1154,7 +1155,7 @@ void ScriptCommand_0807E9F0(Entity* entity, ScriptExecutionContext* context) {
|
||||
u32 tmp;
|
||||
sub_0801E00C();
|
||||
tmp = 1;
|
||||
switch (gUnk_02022740[0]) {
|
||||
switch (gFuseInfo._0) {
|
||||
case 2:
|
||||
gPlayerState.controlMode = CONTROL_DISABLED;
|
||||
gUnk_02034490[0] = tmp;
|
||||
|
||||
Reference in New Issue
Block a user