mirror of
https://github.com/pret/pokered.git
synced 2026-09-14 12:45:19 -05:00
use constants for wEvosMoves size
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
; See data/evos_moves.asm
|
||||
|
||||
; Evolution types
|
||||
EV_LEVEL EQU 1
|
||||
EV_ITEM EQU 2
|
||||
EV_TRADE EQU 3
|
||||
|
||||
MAX_EVOLUTIONS EQU 3
|
||||
EVOLUTION_SIZE EQU 4
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
; See constants/evolution_constants.asm
|
||||
; The max number of evolutions per monster is MAX_EVOLUTIONS
|
||||
|
||||
EvosMovesPointerTable:
|
||||
dw RhydonEvosMoves
|
||||
dw KangaskhanEvosMoves
|
||||
@@ -1243,7 +1246,6 @@ EeveeEvosMoves:
|
||||
db EV_ITEM,THUNDER_STONE,1,JOLTEON
|
||||
db EV_ITEM,WATER_STONE,1,VAPOREON
|
||||
db 0
|
||||
EeveeEvosEnd:
|
||||
;Learnset
|
||||
db 27,QUICK_ATTACK
|
||||
db 31,TAIL_WHIP
|
||||
|
||||
Reference in New Issue
Block a user