This commit is contained in:
MementoMartha 2022-10-01 15:55:30 +01:00
parent d048beca12
commit e2198dd402
16 changed files with 55 additions and 27 deletions

View file

@ -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