mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
Add constants for move animations' frame blocks
This commit is contained in:
parent
2f43a41100
commit
41a9e30268
|
@ -130,3 +130,128 @@ FIRST_SE_ID EQU const_value
|
|||
const SUBANIM_53
|
||||
const SUBANIM_54
|
||||
const SUBANIM_55
|
||||
|
||||
; frame blocks that are part of subanimations
|
||||
const_def
|
||||
const FRAMEBLOCK_00
|
||||
const FRAMEBLOCK_01
|
||||
const FRAMEBLOCK_02
|
||||
const FRAMEBLOCK_03
|
||||
const FRAMEBLOCK_04
|
||||
const FRAMEBLOCK_05
|
||||
const FRAMEBLOCK_06
|
||||
const FRAMEBLOCK_07
|
||||
const FRAMEBLOCK_08
|
||||
const FRAMEBLOCK_09
|
||||
const FRAMEBLOCK_0A
|
||||
const FRAMEBLOCK_0B
|
||||
const FRAMEBLOCK_0C
|
||||
const FRAMEBLOCK_0D
|
||||
const FRAMEBLOCK_0E
|
||||
const FRAMEBLOCK_0F
|
||||
const FRAMEBLOCK_10
|
||||
const FRAMEBLOCK_11
|
||||
const FRAMEBLOCK_12
|
||||
const FRAMEBLOCK_13
|
||||
const FRAMEBLOCK_14
|
||||
const FRAMEBLOCK_15
|
||||
const FRAMEBLOCK_16
|
||||
const FRAMEBLOCK_17
|
||||
const FRAMEBLOCK_18
|
||||
const FRAMEBLOCK_19
|
||||
const FRAMEBLOCK_1A
|
||||
const FRAMEBLOCK_1B
|
||||
const FRAMEBLOCK_1C
|
||||
const FRAMEBLOCK_1D
|
||||
const FRAMEBLOCK_1E
|
||||
const FRAMEBLOCK_1F
|
||||
const FRAMEBLOCK_20
|
||||
const FRAMEBLOCK_21
|
||||
const FRAMEBLOCK_22
|
||||
const FRAMEBLOCK_23
|
||||
const FRAMEBLOCK_24
|
||||
const FRAMEBLOCK_25
|
||||
const FRAMEBLOCK_26
|
||||
const FRAMEBLOCK_27
|
||||
const FRAMEBLOCK_28
|
||||
const FRAMEBLOCK_29
|
||||
const FRAMEBLOCK_2A
|
||||
const FRAMEBLOCK_2B
|
||||
const FRAMEBLOCK_2C
|
||||
const FRAMEBLOCK_2D
|
||||
const FRAMEBLOCK_2E
|
||||
const FRAMEBLOCK_2F
|
||||
const FRAMEBLOCK_30
|
||||
const FRAMEBLOCK_31
|
||||
const FRAMEBLOCK_32
|
||||
const FRAMEBLOCK_33
|
||||
const FRAMEBLOCK_34
|
||||
const FRAMEBLOCK_35
|
||||
const FRAMEBLOCK_36
|
||||
const FRAMEBLOCK_37
|
||||
const FRAMEBLOCK_38
|
||||
const FRAMEBLOCK_39
|
||||
const FRAMEBLOCK_3A
|
||||
const FRAMEBLOCK_3B
|
||||
const FRAMEBLOCK_3C
|
||||
const FRAMEBLOCK_3D
|
||||
const FRAMEBLOCK_3E
|
||||
const FRAMEBLOCK_3F
|
||||
const FRAMEBLOCK_40
|
||||
const FRAMEBLOCK_41
|
||||
const FRAMEBLOCK_42
|
||||
const FRAMEBLOCK_43
|
||||
const FRAMEBLOCK_44
|
||||
const FRAMEBLOCK_45
|
||||
const FRAMEBLOCK_46
|
||||
const FRAMEBLOCK_47
|
||||
const FRAMEBLOCK_SMALL_BLACK_CIRCLE
|
||||
const FRAMEBLOCK_LARGE_BLACK_CIRCLE
|
||||
const FRAMEBLOCK_4A
|
||||
const FRAMEBLOCK_4B
|
||||
const FRAMEBLOCK_4C
|
||||
const FRAMEBLOCK_4D
|
||||
const FRAMEBLOCK_4E
|
||||
const FRAMEBLOCK_4F
|
||||
const FRAMEBLOCK_50
|
||||
const FRAMEBLOCK_51
|
||||
const FRAMEBLOCK_52
|
||||
const FRAMEBLOCK_53
|
||||
const FRAMEBLOCK_54
|
||||
const FRAMEBLOCK_55
|
||||
const FRAMEBLOCK_56
|
||||
const FRAMEBLOCK_57
|
||||
const FRAMEBLOCK_58
|
||||
const FRAMEBLOCK_59
|
||||
const FRAMEBLOCK_5A
|
||||
const FRAMEBLOCK_5B
|
||||
const FRAMEBLOCK_5C
|
||||
const FRAMEBLOCK_5D
|
||||
const FRAMEBLOCK_5E
|
||||
const FRAMEBLOCK_5F
|
||||
const FRAMEBLOCK_60
|
||||
const FRAMEBLOCK_61
|
||||
const FRAMEBLOCK_62
|
||||
const FRAMEBLOCK_63
|
||||
const FRAMEBLOCK_64
|
||||
const FRAMEBLOCK_65
|
||||
const FRAMEBLOCK_66
|
||||
const FRAMEBLOCK_67
|
||||
const FRAMEBLOCK_68
|
||||
const FRAMEBLOCK_69
|
||||
const FRAMEBLOCK_6A
|
||||
const FRAMEBLOCK_6B
|
||||
const FRAMEBLOCK_6C
|
||||
const FRAMEBLOCK_6D
|
||||
const FRAMEBLOCK_6E
|
||||
const FRAMEBLOCK_6F
|
||||
const FRAMEBLOCK_70
|
||||
const FRAMEBLOCK_71
|
||||
const FRAMEBLOCK_72
|
||||
const FRAMEBLOCK_73
|
||||
const FRAMEBLOCK_74
|
||||
const FRAMEBLOCK_75
|
||||
const FRAMEBLOCK_76
|
||||
const FRAMEBLOCK_77
|
||||
const FRAMEBLOCK_78
|
||||
const FRAMEBLOCK_79
|
||||
|
|
|
@ -72,7 +72,7 @@ FrameBlockPointers:
|
|||
dw FrameBlock46
|
||||
dw FrameBlock47
|
||||
dw SmallBlackCircleFrameBlock
|
||||
dw LargeBlockCircleFrameBlock
|
||||
dw LargeBlackCircleFrameBlock
|
||||
dw FrameBlock4a
|
||||
dw FrameBlock4b
|
||||
dw FrameBlock4c
|
||||
|
@ -782,7 +782,7 @@ SmallBlackCircleFrameBlock:
|
|||
db $10, $08, $33, $40
|
||||
db $10, $10, $33, $60
|
||||
|
||||
LargeBlockCircleFrameBlock:
|
||||
LargeBlackCircleFrameBlock:
|
||||
db 16 ; #
|
||||
db $00, $00, $22, $00
|
||||
db $00, $08, $23, $00
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue