mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-22 07:02:17 +13:00
Add subdirectories to engine/ similar to pokecrystal
This commit is contained in:
parent
5559d51c86
commit
f275790aec
124 changed files with 342 additions and 346 deletions
9
engine/events/starter_dex.asm
Executable file
9
engine/events/starter_dex.asm
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
; this function temporarily makes the starters (and Ivysaur) seen
|
||||
; so that the full Pokedex information gets displayed in Oak's lab
|
||||
StarterDex:
|
||||
ld a, %01001011 ; set starter flags
|
||||
ld [wPokedexOwned], a
|
||||
predef ShowPokedexData
|
||||
xor a ; unset starter flags
|
||||
ld [wPokedexOwned], a
|
||||
ret
|
||||
Loading…
Add table
Add a link
Reference in a new issue