removing new music data for now

This commit is contained in:
MementoMartha 2022-09-01 02:52:49 +01:00
parent de3a5a2822
commit 6bc7108ac6
4 changed files with 1 additions and 25 deletions

View file

@ -396,8 +396,6 @@ GetMonHeader::
ld b, $77 ; size of Aerodactyl fossil sprite
cp FOSSIL_AERODACTYL ; Aerodactyl fossil
jr z, .specialID
cp MEW
jr z, .mew
predef IndexToPokedex ; convert pokemon ID in [wd11e] to pokedex number
ld a, [wd11e]
dec a
@ -416,12 +414,6 @@ GetMonHeader::
inc hl
ld [hl], d
jr .done
.mew
ld hl, MewBaseStats
ld de, wMonHeader
ld bc, BASE_DATA_SIZE
ld a, BANK(MewBaseStats)
call FarCopyData
.done
ld a, [wd0b5]
ld [wMonHIndex], a