mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Para!
This commit is contained in:
parent
d048beca12
commit
e2198dd402
16 changed files with 55 additions and 27 deletions
|
|
@ -215,6 +215,7 @@ PokedexEntryPointers:
|
|||
dw SlowkingDexEntry
|
||||
dw ElectivireDexEntry
|
||||
dw MagmortarDexEntry
|
||||
dw ParaDexEntry
|
||||
assert_table_length NUM_POKEMON_INDEXES
|
||||
|
||||
; string: species name
|
||||
|
|
@ -1712,4 +1713,10 @@ MagmortarDexEntry:
|
|||
dw 1500
|
||||
text_far _MagmortarDexEntry
|
||||
text_end
|
||||
|
||||
|
||||
ParaDexEntry:
|
||||
db "MUSHROOM@"
|
||||
db 0,8
|
||||
dw 40
|
||||
text_far _ParaDexEntry
|
||||
text_end
|
||||
Loading…
Add table
Add a link
Reference in a new issue