Correct StarterDex function comment (#440)

This commit is contained in:
colawsol 2023-12-07 01:34:37 +00:00 committed by GitHub
parent d4d7b91aec
commit f6017ddbfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
; this function temporarily makes the starters (and Ivysaur) seen
; this function temporarily makes the starters (and Ivysaur) owned
; so that the full Pokedex information gets displayed in Oak's lab
StarterDex:
ld a, 1 << (DEX_BULBASAUR - 1) | 1 << (DEX_IVYSAUR - 1) | 1 << (DEX_CHARMANDER - 1) | 1 << (DEX_SQUIRTLE - 1)