From 590d2596a73d3256b27f1e70d34f52e6d89b36de Mon Sep 17 00:00:00 2001 From: ElectroDeoxys Date: Mon, 15 Feb 2021 19:06:10 +0000 Subject: Label and document OW frame data --- src/constants/animation_constants.asm | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/constants') diff --git a/src/constants/animation_constants.asm b/src/constants/animation_constants.asm index 80c425d..16f534f 100644 --- a/src/constants/animation_constants.asm +++ b/src/constants/animation_constants.asm @@ -152,3 +152,17 @@ const_value = const_value + 1 const DUEL_ANIM_STRUCT_UNKNOWN_2 ; $6 const DUEL_ANIM_STRUCT_BANK ; $7 DUEL_ANIM_STRUCT_SIZE EQU const_value + + ; ow_frame struct constants + const_def + const OW_FRAME_STRUCT_DURATION ; $0 + const OW_FRAME_STRUCT_VRAM_TILE_OFFSET ; $1 + const OW_FRAME_STRUCT_VRAM_BANK ; $2 + const OW_FRAME_STRUCT_TILESET_BANK ; $3 + const OW_FRAME_STRUCT_TILESET ; $4 +const_value = const_value + 1 + const OW_FRAME_STRUCT_TILESET_OFFSET ; $6 +const_value = const_value + 1 +OW_FRAME_STRUCT_SIZE EQU const_value + +NUM_OW_FRAMESET_SUBGROUPS EQU 3 -- cgit v1.2.3