mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
clarifying move structure comment
This commit is contained in:
parent
4d55533b73
commit
92f7a85103
2
main.asm
2
main.asm
@ -3197,7 +3197,7 @@ INCBIN "baserom.gbc",$40000,$1afb
|
|||||||
|
|
||||||
Moves: ; 0x41afb
|
Moves: ; 0x41afb
|
||||||
; characteristics of each move
|
; characteristics of each move
|
||||||
; animation, effect, power, type, accuracy, PP, XXX something else
|
; animation, effect, power, type, accuracy, PP, effect chance
|
||||||
db POUND,$00,40,NORMAL,$ff,35,$00
|
db POUND,$00,40,NORMAL,$ff,35,$00
|
||||||
Move1:
|
Move1:
|
||||||
db KARATE_CHOP,$00,50,FIGHTING,$ff,25,$00
|
db KARATE_CHOP,$00,50,FIGHTING,$ff,25,$00
|
||||||
|
Loading…
x
Reference in New Issue
Block a user