summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-09 19:34:14 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-09 19:34:14 -0500
commitf7ee74c3b8fdd57c92844f3f9d7a89c0f9770d6d (patch)
treebe2405a864e3054cbf15fdd846d01982cb13b163 /wram.asm
parent6d1b7f28c8987be16b05e8c68f7f50eb357b7cc5 (diff)
Finish labels in engine/namingscreen.asm
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 74c0f223d..255495faf 100644
--- a/wram.asm
+++ b/wram.asm
@@ -374,9 +374,9 @@ wMisc:: ; ds (SCREEN_WIDTH + 4) * (SCREEN_HEIGHT + 2)
wBattle::
wc608::
-wEnemyMoveStruct:: ds MOVE_LENGTH ; c608
+wEnemyMoveStruct:: move_struct wEnemyMoveStruct
wc60f::
-wPlayerMoveStruct:: ds MOVE_LENGTH ; c60f
+wPlayerMoveStruct:: move_struct wPlayerMoveStruct
wc616::
ds -4
wc612:: ds 4