From 8103f5e69394daa3acef6937d6632b0072e9f0be Mon Sep 17 00:00:00 2001 From: Mateon1 Date: Sat, 16 Nov 2024 18:50:25 +0100 Subject: [PATCH] Address review comments --- src/code_806E8B0.c | 1 - src/ground_script_2.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/code_806E8B0.c b/src/code_806E8B0.c index ffcc4c37d..71b55a305 100644 --- a/src/code_806E8B0.c +++ b/src/code_806E8B0.c @@ -391,7 +391,6 @@ void CalcDamage(Entity *attacker, Entity *target, u8 moveType, s32 movePower, s3 #endif // NONMATCHING gDungeon->unk134.unk15C = arg8_Match = arg8; - //ASM_MATCH_TRICK(arg8); FP48_16_FromF248(&unkSp10, arg8_Match); F48_16_SMul(&unkSp8, &unkSp8, &unkSp10); } diff --git a/src/ground_script_2.c b/src/ground_script_2.c index 2956ce789..a5b63f7d8 100644 --- a/src/ground_script_2.c +++ b/src/ground_script_2.c @@ -14,8 +14,6 @@ bool8 GroundLivesNotifyAll(s16); bool8 GroundObjectsNotifyAll(s16); bool8 GroundEffectsNotifyAll(s16); -// TODO: this is still WIP - void GroundScript_Unlock(void) { s32 index;