Some map/sprite edits

This commit is contained in:
MementoMartha 2022-09-22 10:15:32 +01:00
parent e5038016b0
commit 22fa5782ad
10 changed files with 32 additions and 18 deletions

View file

@ -190,8 +190,8 @@ PokedexEntryPointers:
dw BellsproutDexEntry
dw WeepinbellDexEntry
dw VictreebelDexEntry
dw MissingNoDexEntry ; Monja
dw MissingNoDexEntry ; Pudi
dw MonjaDexEntry
dw PudiDexEntry
dw ScizorDexEntry
dw RhyperiorDexEntry
dw EspeonDexEntry
@ -1615,3 +1615,17 @@ KleavorDexEntry:
dw 1960
text_far _KleavorDexEntry
text_end
PudiDexEntry:
db "PUPPY@"
db 1,0
dw 270
text_far _PudiDexEntry
text_end
MonjaDexEntry:
db "VINE@"
db 1,4
dw 330
text_far _MonjaDexEntry
text_end