summaryrefslogtreecommitdiff
path: root/battle/moves/move_descriptions.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/moves/move_descriptions.asm')
-rw-r--r--battle/moves/move_descriptions.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/moves/move_descriptions.asm b/battle/moves/move_descriptions.asm
index df31fd38a..d86ceea37 100644
--- a/battle/moves/move_descriptions.asm
+++ b/battle/moves/move_descriptions.asm
@@ -1,4 +1,5 @@
-; MoveDescriptions: ; 2cb52
+MoveDescriptions:: ; 2cb52
+; entries correspond to move ids (see constants/move_constants.asm)
dw PoundDescription
dw KarateChopDescription
dw DoubleslapDescription
@@ -262,7 +263,6 @@ MoveFDDescription:
MoveFEDescription:
MoveFFDescription:
Move00Description:
-UnknownMoveDescription:
db "?@"
PoundDescription: