New sprites and a warp to the crater

Added new sprites, plus a redesigned Scizor one. Crater warps have been added but are glitchy as of right now
This commit is contained in:
MementoMartha 2022-12-14 10:43:20 +00:00
parent e7784604ce
commit d883c40fff
18 changed files with 46 additions and 13 deletions

View file

@ -10,6 +10,8 @@ MtMoonB1F_Object:
warp_event 13, 27, MT_MOON_B2F, 3 warp_event 13, 27, MT_MOON_B2F, 3
warp_event 23, 3, MT_MOON_B2F, 4 warp_event 23, 3, MT_MOON_B2F, 4
warp_event 27, 3, LAST_MAP, 3 warp_event 27, 3, LAST_MAP, 3
warp_event 1, 27, MT_MOON_B2F, 5
warp_event 1, 23, MT_MOON_CRATER, 1
def_bg_events def_bg_events

View file

@ -6,6 +6,7 @@ MtMoonB2F_Object:
warp_event 21, 17, MT_MOON_B1F, 5 warp_event 21, 17, MT_MOON_B1F, 5
warp_event 15, 27, MT_MOON_B1F, 6 warp_event 15, 27, MT_MOON_B1F, 6
warp_event 5, 7, MT_MOON_B1F, 7 warp_event 5, 7, MT_MOON_B1F, 7
warp_event 29, 7, MT_MOON_B1F, 9
def_bg_events def_bg_events
@ -13,11 +14,11 @@ MtMoonB2F_Object:
object_event 12, 8, SPRITE_SUPER_NERD, STAY, RIGHT, 1, OPP_SUPER_NERD, 2 object_event 12, 8, SPRITE_SUPER_NERD, STAY, RIGHT, 1, OPP_SUPER_NERD, 2
object_event 11, 16, SPRITE_ROCKET, STAY, DOWN, 2, OPP_ROCKET, 1 object_event 11, 16, SPRITE_ROCKET, STAY, DOWN, 2, OPP_ROCKET, 1
object_event 15, 22, SPRITE_ROCKET, STAY, DOWN, 3, OPP_ROCKET, 2 object_event 15, 22, SPRITE_ROCKET, STAY, DOWN, 3, OPP_ROCKET, 2
object_event 29, 11, SPRITE_ROCKET, STAY, UP, 4, OPP_ROCKET, 3 object_event 34, 25, SPRITE_ROCKET, STAY, UP, 4, OPP_ROCKET, 3
object_event 29, 17, SPRITE_ROCKET, STAY, LEFT, 5, OPP_ROCKET, 4 object_event 29, 17, SPRITE_ROCKET, STAY, LEFT, 5, OPP_ROCKET, 4
object_event 12, 6, SPRITE_FOSSIL, STAY, NONE, 6 ; person object_event 12, 6, SPRITE_FOSSIL, STAY, NONE, 6 ; person
object_event 13, 6, SPRITE_FOSSIL, STAY, NONE, 7 ; person object_event 13, 6, SPRITE_FOSSIL, STAY, NONE, 7 ; person
object_event 25, 21, SPRITE_POKE_BALL, STAY, NONE, 8, HP_UP object_event 25, 21, SPRITE_POKE_BALL, STAY, NONE, 8, HP_UP
object_event 29, 5, SPRITE_POKE_BALL, STAY, NONE, 9, TM_MEGA_PUNCH object_event 21, 5, SPRITE_POKE_BALL, STAY, NONE, 9, TM_MEGA_PUNCH
def_warps_to MT_MOON_B2F def_warps_to MT_MOON_B2F

View file

@ -2,8 +2,8 @@ MtMoonCrater_Object:
db $0 ; border block db $0 ; border block
def_warp_events def_warp_events
warp_event 23, 49, 0, LAST_MAP warp_event 23, 49, 10, LAST_MAP
warp_event 22, 49, 0, LAST_MAP warp_event 22, 49, 10, LAST_MAP
def_bg_events def_bg_events

View file

@ -751,13 +751,13 @@ _KabutopsDexEntry:: ; new entry
dex dex
_HorseaDexEntry:: ; new entry _HorseaDexEntry:: ; new entry
text "When endangered," text "Spits black ink"
next "it spits black" next "when threatened."
next "ink. In spring," next "It lays thousands"
page "it lays thousands" page "of eggs in spring"
next "of eggs, but many" next "but many are"
next "of them are eaten" next "eaten by GOLDEEN"
dex dex
_SeadraDexEntry:: _SeadraDexEntry::

View file

@ -748,6 +748,36 @@ _MelmetalDexEntry::
next "iron from nothing" next "iron from nothing"
dex dex
_SirfetchdDexEntry::
text "FARFETCH'D that"
next "wield huge leeks"
next "evolve into this"
page "form. It guards"
next "attacks using"
next "its leaf shield"
dex
_MrRimeDexEntry::
text "As it tap-dances"
next "around, it waves"
next "its icy cane in"
page "perfect time,"
next "conjuring potent"
next "psychic energy"
dex
_PerrserkerDexEntry::
text "A savage #MON"
next "with a body of"
next "iron. It uses its"
page "dagger-like claws"
next "to tear into"
next "foes in battle"
dex
_ArticunoGDexEntry:: _ArticunoGDexEntry::
text "From its eyes," text "From its eyes,"
next "it fires beams" next "it fires beams"

View file

@ -174,7 +174,7 @@ MonsterPalettes:
db PAL_GREYMON ; RHYDON db PAL_GREYMON ; RHYDON
db PAL_BROWNMON ; RHYPERIOR db PAL_BROWNMON ; RHYPERIOR
db PAL_GREENMON ; SCYTHER db PAL_GREENMON ; SCYTHER
db PAL_GREENMON ; SCIZOR db PAL_REDMON ; SCIZOR
db PAL_BROWNMON ; KLEAVOR db PAL_BROWNMON ; KLEAVOR
db PAL_BROWNMON ; PINSIR db PAL_BROWNMON ; PINSIR
db PAL_BROWNMON ; PURAKKUSU db PAL_BROWNMON ; PURAKKUSU

Binary file not shown.

After

Width:  |  Height:  |  Size: 407 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

After

Width:  |  Height:  |  Size: 454 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 918 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 884 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 605 B

View file

@ -1 +1 @@
??????<==??????=<?????????=<???????< ??????<==??????=<?????????=<??<???????<<

View file

@ -1 +1 @@
..................//......../fED/AB.@AB../=/)/333)+/> .....//../3333/0...../D))E/=HI333/33JGGGGK/....@AB./../)///,/=/88888888889999999999 ..................//......../fED/AB.@AB../=/=/333)+/>- .....//../3333/0...../D))E/=HI333/33JGGGGK/....@AB./../)///,/=/88888888889999999999

Binary file not shown.