mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, MACRO/ENDM, etc)
This commit is contained in:
parent
d08eb86233
commit
8a79315635
13 changed files with 76 additions and 74 deletions
|
|
@ -1,14 +1,14 @@
|
|||
Moves:
|
||||
; Characteristics of each move.
|
||||
|
||||
move: macro
|
||||
move: MACRO
|
||||
db \1 ; animation (interchangeable with move id)
|
||||
db \2 ; effect
|
||||
db \3 ; power
|
||||
db \4 ; type
|
||||
db \5 percent ; accuracy
|
||||
db \6 ; pp
|
||||
endm
|
||||
ENDM
|
||||
|
||||
move POUND, NO_ADDITIONAL_EFFECT, 40, NORMAL, 100, 35
|
||||
MoveEnd:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue