mirror of https://github.com/zeldaret/tmc.git
formatting
This commit is contained in:
parent
58a7b44b42
commit
a616ac6376
|
@ -787,7 +787,8 @@ void FigurineDevice_LostOrFinishedMessage(void) {
|
|||
|
||||
#ifndef EU
|
||||
void sub_0808861C(FigurineDeviceEntity* this, ScriptExecutionContext* context) {
|
||||
context->condition = CheckPlayerInRegion(168, 84, 12, 8); // If I understand this correctly then it checks if the player is at the lever
|
||||
// If I understand this correctly then it checks if the player is at the lever
|
||||
context->condition = CheckPlayerInRegion(168, 84, 12, 8);
|
||||
#ifdef JP
|
||||
if ((gPlayerEntity.animationState != 0)) {
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue