From 3919f2f61630e01030f68d31352c57c1581c4d19 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sat, 16 Jan 2016 20:38:46 +0100 Subject: accidentally messed up the commentary --- src/data/move_effects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/move_effects.asm b/src/data/move_effects.asm index 9efa901..ea8a0b9 100644 --- a/src/data/move_effects.asm +++ b/src/data/move_effects.asm @@ -1,9 +1,9 @@ MoveEffectCommands: ; 186f7 (6:46f7) ; Each move has a two-byte effect pointer (move's 7th param) that points to one of these structures: -; db CommandId ($01 - $09) +; db CommandId ($01 - $09) ; dw Function ; ... -; db db $00 +; db $00 ; Apparently every command has a "time", and a function is called multiple times during a turn ; with an argument identifying the command Id. If said command Id is found in the -- cgit v1.2.3