From 82214440e190fc250023a7b59bb4c20432700555 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 30 Dec 2013 23:17:11 -0500 Subject: [PATCH] move the Moves label into battle/moves/moves.asm --- battle/moves/moves.asm | 2 ++ main.asm | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/battle/moves/moves.asm b/battle/moves/moves.asm index a9c571228..d37376378 100644 --- a/battle/moves/moves.asm +++ b/battle/moves/moves.asm @@ -1,3 +1,5 @@ +Moves: ; 41afb + ; Characteristics of each move ; animation, effect, power, type, accuracy, PP, effect chance diff --git a/main.asm b/main.asm index 2e1946282..b8475cdad 100644 --- a/main.asm +++ b/main.asm @@ -40129,7 +40129,6 @@ Function41af7: ; 41af7 ; 41afb -Moves: ; 0x41afb INCLUDE "battle/moves/moves.asm"