You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Move more contiguous related code blocks from main.asm to engine/ and events/
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
; MoveDescriptions: ; 2cb52
|
||||
MoveDescriptions:: ; 2cb52
|
||||
; entries correspond to move ids (see constants/move_constants.asm)
|
||||
dw PoundDescription
|
||||
dw KarateChopDescription
|
||||
dw DoubleslapDescription
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
MoveEffects: ; 2732e
|
||||
|
||||
NormalHit:
|
||||
checkobedience
|
||||
usedmovetext
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
MoveEffectsPointers: ; 271f4
|
||||
; entries correspond to EFFECT_* constants
|
||||
dw NormalHit
|
||||
dw DoSleep
|
||||
|
||||
Reference in New Issue
Block a user