mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Some map/sprite edits
This commit is contained in:
parent
e5038016b0
commit
22fa5782ad
10 changed files with 32 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -379,13 +379,13 @@ _AnimonDexEntry::
|
|||
dex
|
||||
|
||||
_MonjaDexEntry::
|
||||
text "This is a newly"
|
||||
next "discovered"
|
||||
next "#MON. It is"
|
||||
text "As it runs about,"
|
||||
next "the vines on its"
|
||||
next "head may obscure"
|
||||
|
||||
page "currently under"
|
||||
next "investigation. No"
|
||||
next "info is available"
|
||||
page "its singular eye,"
|
||||
next "causing it to"
|
||||
next "trip and fall"
|
||||
dex
|
||||
|
||||
_ParaDexEntry::
|
||||
|
|
@ -409,13 +409,13 @@ _HinaazuDexEntry::
|
|||
dex
|
||||
|
||||
_PudiDexEntry::
|
||||
text "This is a newly"
|
||||
next "discovered"
|
||||
next "#MON. It is"
|
||||
text "A very popular"
|
||||
next "family pet, this"
|
||||
next "affectionate"
|
||||
|
||||
page "currently under"
|
||||
next "investigation. No"
|
||||
next "info is available"
|
||||
page "#MON shoots"
|
||||
next "out tiny embers"
|
||||
next "whenever it barks"
|
||||
dex
|
||||
|
||||
_BetobebiiDexEntry::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue