mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Indent comments that describe data table macro formats
This commit is contained in:
parent
e18e5d50b5
commit
15bcd88228
20 changed files with 30 additions and 30 deletions
|
|
@ -4,7 +4,7 @@ special_effect: MACRO
|
|||
ENDM
|
||||
|
||||
SpecialEffectPointers:
|
||||
; special effect id, effect routine address
|
||||
; special effect id, effect routine address
|
||||
special_effect SE_DARK_SCREEN_FLASH, AnimationFlashScreen ; $FE
|
||||
special_effect SE_DARK_SCREEN_PALETTE, AnimationDarkScreenPalette ; $FD
|
||||
special_effect SE_RESET_SCREEN_PALETTE, AnimationResetScreenPalette ; $FC
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ anim_special_effect: MACRO
|
|||
ENDM
|
||||
|
||||
AnimationIdSpecialEffects:
|
||||
; animation id, effect routine address
|
||||
; animation id, effect routine address
|
||||
anim_special_effect MEGA_PUNCH, AnimationFlashScreen
|
||||
anim_special_effect GUILLOTINE, AnimationFlashScreen
|
||||
anim_special_effect MEGA_KICK, AnimationFlashScreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue