aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorRangi42 <remy.oukaour+rangi42@gmail.com>2023-11-21 20:33:03 -0500
committerRangi42 <remy.oukaour+rangi42@gmail.com>2023-11-21 20:33:03 -0500
commit0a616ae5606031ce27b4c987ae0e1d9da511cec9 (patch)
tree203b3022c575f1ef382bf80fe1f738b4bb8f1daa /data
parentRename two unused items as `ITEM_XX` like pokecrystal (diff)
downloadpokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.tar.gz
pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.tar.xz
pokeyellow-0a616ae5606031ce27b4c987ae0e1d9da511cec9.zip
Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE
Fixes #430
Diffstat (limited to 'data')
-rw-r--r--data/pokemon/evos_moves.asm11
1 files changed, 9 insertions, 2 deletions
diff --git a/data/pokemon/evos_moves.asm b/data/pokemon/evos_moves.asm
index a555579e..d900dde6 100644
--- a/data/pokemon/evos_moves.asm
+++ b/data/pokemon/evos_moves.asm
@@ -1,5 +1,12 @@
-; See constants/pokemon_data_constants.asm
-; The max number of evolutions per monster is MAX_EVOLUTIONS
+; Evos+moves data structure:
+; - Evolution methods:
+; * db EVOLVE_LEVEL, level, species
+; * db EVOLVE_ITEM, used item, min level (1), species
+; * db EVOLVE_TRADE, min level (1), species
+; - db 0 ; no more evolutions
+; - Learnset (in increasing level order):
+; * db level, move
+; - db 0 ; no more level-up moves
EvosMovesPointerTable:
table_width 2, EvosMovesPointerTable