You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Split items/ and trainers/ into their data/ and engine/ components
Move some data into a pokemon/ subdirectory
This commit is contained in:
@@ -1709,9 +1709,9 @@ Pokedex_ABCMode: ; 40c30
|
||||
ret
|
||||
|
||||
|
||||
INCLUDE "data/pokedex/order_alpha.asm"
|
||||
INCLUDE "data/pokemon/dex_order_alpha.asm"
|
||||
|
||||
INCLUDE "data/pokedex/order_new.asm"
|
||||
INCLUDE "data/pokemon/dex_order_new.asm"
|
||||
|
||||
|
||||
Pokedex_DisplayModeDescription: ; 40e5b
|
||||
|
||||
Reference in New Issue
Block a user