R/B/G sprites, and a few minor edits

This commit is contained in:
MementoMartha 2022-09-01 16:30:39 +01:00
parent b959e0bbe0
commit 197d669830
128 changed files with 49 additions and 53 deletions

View file

@ -186,6 +186,11 @@
const DEX_VAPOREON ; 134 const DEX_VAPOREON ; 134
const DEX_JOLTEON ; 135 const DEX_JOLTEON ; 135
const DEX_FLAREON ; 136 const DEX_FLAREON ; 136
const DEX_ESPEON
const DEX_UMBREON
const DEX_LEAFEON
const DEX_GLACEON
const DEX_SYLVEON
const DEX_PORYGON ; 137 const DEX_PORYGON ; 137
const DEX_OMANYTE ; 138 const DEX_OMANYTE ; 138
const DEX_OMASTAR ; 139 const DEX_OMASTAR ; 139
@ -201,11 +206,5 @@
const DEX_DRAGONITE ; 149 const DEX_DRAGONITE ; 149
const DEX_MEWTWO ; 150 const DEX_MEWTWO ; 150
const DEX_MEW ; 151 const DEX_MEW ; 151
const DEX_RHYPERIOR
const DEX_ESPEON
const DEX_UMBREON
const DEX_LEAFEON
const DEX_GLACEON
const DEX_SYLVEON
DEF NUM_POKEMON EQU const_value - 1 DEF NUM_POKEMON EQU const_value - 1

View file

@ -182,6 +182,11 @@ INCLUDE "data/pokemon/base_stats/eevee.asm"
INCLUDE "data/pokemon/base_stats/vaporeon.asm" INCLUDE "data/pokemon/base_stats/vaporeon.asm"
INCLUDE "data/pokemon/base_stats/jolteon.asm" INCLUDE "data/pokemon/base_stats/jolteon.asm"
INCLUDE "data/pokemon/base_stats/flareon.asm" INCLUDE "data/pokemon/base_stats/flareon.asm"
INCLUDE "data/pokemon/base_stats/espeon.asm"
INCLUDE "data/pokemon/base_stats/umbreon.asm"
INCLUDE "data/pokemon/base_stats/leafeon.asm"
INCLUDE "data/pokemon/base_stats/glaceon.asm"
INCLUDE "data/pokemon/base_stats/sylveon.asm"
INCLUDE "data/pokemon/base_stats/porygon.asm" INCLUDE "data/pokemon/base_stats/porygon.asm"
INCLUDE "data/pokemon/base_stats/omanyte.asm" INCLUDE "data/pokemon/base_stats/omanyte.asm"
INCLUDE "data/pokemon/base_stats/omastar.asm" INCLUDE "data/pokemon/base_stats/omastar.asm"
@ -197,10 +202,4 @@ INCLUDE "data/pokemon/base_stats/dragonair.asm"
INCLUDE "data/pokemon/base_stats/dragonite.asm" INCLUDE "data/pokemon/base_stats/dragonite.asm"
INCLUDE "data/pokemon/base_stats/mewtwo.asm" INCLUDE "data/pokemon/base_stats/mewtwo.asm"
INCLUDE "data/pokemon/base_stats/mew.asm" INCLUDE "data/pokemon/base_stats/mew.asm"
INCLUDE "data/pokemon/base_stats/rhyperior.asm"
INCLUDE "data/pokemon/base_stats/espeon.asm"
INCLUDE "data/pokemon/base_stats/umbreon.asm"
INCLUDE "data/pokemon/base_stats/leafeon.asm"
INCLUDE "data/pokemon/base_stats/glaceon.asm"
INCLUDE "data/pokemon/base_stats/sylveon.asm"
assert_table_length NUM_POKEMON assert_table_length NUM_POKEMON

View file

@ -203,9 +203,9 @@ CryData::
mon_cry SFX_CRY_00, $00, $00 ; Hinaazu (unfinished) mon_cry SFX_CRY_00, $00, $00 ; Hinaazu (unfinished)
mon_cry SFX_CRY_1F, $40, $01 ; Pudi mon_cry SFX_CRY_1F, $40, $01 ; Pudi
mon_cry SFX_CRY_05, $FF, $40 ; Betobebii mon_cry SFX_CRY_05, $FF, $40 ; Betobebii
mon_cry SFX_CRY_00, $00, $00 ; Bellossom (unfinished) mon_cry SFX_CRY_00, $00, $00 ; Bellossom (unfinished from this point onward)
mon_cry SFX_CRY_00, $00, $00 ; Scizor (unfinished) mon_cry SFX_CRY_00, $00, $00 ; Scizor
mon_cry SFX_CRY_00, $00, $00 ; Rhyperior (test) mon_cry SFX_CRY_00, $00, $00 ; Rhyperior
mon_cry SFX_CRY_00, $00, $00 ; Espeon mon_cry SFX_CRY_00, $00, $00 ; Espeon
mon_cry SFX_CRY_00, $00, $00 ; Umbreon mon_cry SFX_CRY_00, $00, $00 ; Umbreon
mon_cry SFX_CRY_00, $00, $00 ; Leafeon mon_cry SFX_CRY_00, $00, $00 ; Leafeon

View file

@ -1559,42 +1559,42 @@ ScizorDexEntry:
RhyperiorDexEntry: RhyperiorDexEntry:
db "DRILL@" db "DRILL@"
db 7,10 db 7,10
dw 6235 dw 6240
text_far _RhyperiorDexEntry text_far _RhyperiorDexEntry
text_end text_end
EspeonDexEntry: EspeonDexEntry:
db "SUN@" db "SUN@"
db 2,11 db 2,11
dw 584 dw 580
text_far _EspeonDexEntry text_far _EspeonDexEntry
text_end text_end
UmbreonDexEntry: UmbreonDexEntry:
db "MOONLIGHT@" db "MOONLIGHT@"
db 3,3 db 3,3
dw 595 dw 600
text_far _UmbreonDexEntry text_far _UmbreonDexEntry
text_end text_end
LeafeonDexEntry: LeafeonDexEntry:
db "VERDANT@" db "VERDANT@"
db 3,3 db 3,3
dw 562 dw 560
text_far _LeafeonDexEntry text_far _LeafeonDexEntry
text_end text_end
GlaceonDexEntry: GlaceonDexEntry:
db "FRESH SNOW@" db "FRESH SNOW@"
db 2,7 db 2,7
dw 571 dw 570
text_far _GlaceonDexEntry text_far _GlaceonDexEntry
text_end text_end
SylveonDexEntry: SylveonDexEntry:
db "INTERTWINE@" db "INTERTWINE@"
db 3,3 db 3,3
dw 518 dw 520
text_far _SylveonDexEntry text_far _SylveonDexEntry
text_end text_end

View file

@ -182,6 +182,11 @@ MonPartyData:
nybble ICON_QUADRUPED ; Vaporeon nybble ICON_QUADRUPED ; Vaporeon
nybble ICON_QUADRUPED ; Jolteon nybble ICON_QUADRUPED ; Jolteon
nybble ICON_QUADRUPED ; Flareon nybble ICON_QUADRUPED ; Flareon
nybble ICON_QUADRUPED ; Espeon
nybble ICON_QUADRUPED ; Umbreon
nybble ICON_QUADRUPED ; Leafeon
nybble ICON_QUADRUPED ; Glaceon
nybble ICON_QUADRUPED ; Sylveon
nybble ICON_MON ; Porygon nybble ICON_MON ; Porygon
nybble ICON_HELIX ; Omanyte nybble ICON_HELIX ; Omanyte
nybble ICON_HELIX ; Omastar nybble ICON_HELIX ; Omastar
@ -197,10 +202,4 @@ MonPartyData:
nybble ICON_SNAKE ; Dragonite nybble ICON_SNAKE ; Dragonite
nybble ICON_MON ; Mewtwo nybble ICON_MON ; Mewtwo
nybble ICON_MON ; Mew nybble ICON_MON ; Mew
nybble ICON_MON ; Rhyperior
nybble ICON_QUADRUPED ; Espeon
nybble ICON_QUADRUPED ; Umbreon
nybble ICON_QUADRUPED ; Leafeon
nybble ICON_QUADRUPED ; Glaceon
nybble ICON_QUADRUPED ; Sylveon
end_nybble_array NUM_POKEMON end_nybble_array NUM_POKEMON

View file

@ -449,18 +449,18 @@ _BellossomDexEntry::
dex dex
_RhyperiorDexEntry:: _RhyperiorDexEntry::
text "From holes in its" text "Stores rocks in"
next "palms, it fires" next "the holes in its"
next "out Geodude!" next "palms, using its"
page "Its carapace can" page "muscles to shoot"
next "withstand a" next "them. GEODUDE are"
next "volcanic eruption" next "shot occasionally"
dex dex
_EspeonDexEntry:: _EspeonDexEntry::
text "It uses the fine" text "It uses the fine"
next "fair that covers" next "hair that covers"
next "its body to sense" next "its body to sense"
page "air currents and" page "air currents and"
@ -468,14 +468,14 @@ _EspeonDexEntry::
next "enemy's actions" next "enemy's actions"
dex dex
_UmbreonDexEntry:: _UmbreonDexEntry:: ; Entry alludes to its scrapped Poison type, and I thought it was a neat touch. ~M
text "On the night of a" text "When this #MON"
next "full moon, or" next "becomes angry, its"
next "when it gets" next "pores secrete a"
page "excited, the" page "poisonous sweat,"
next "ring patterns on" next "which it sprays at"
next "its body glow" next "its foe's eyes"
dex dex
_LeafeonDexEntry:: _LeafeonDexEntry::
@ -499,13 +499,13 @@ _GlaceonDexEntry::
dex dex
_SylveonDexEntry:: _SylveonDexEntry::
text "It sends a" text "This #MON uses"
next "soothing aura" next "its ribbonlike"
next "from its" next "feelers to emit"
page "ribbonlike" page "a soothing aura"
next "feelers to calm" next "that calms any"
next "nearby fights" next "hostile emotions"
dex dex
_MissingNoDexEntry:: _MissingNoDexEntry::

View file

@ -183,6 +183,11 @@ MonsterPalettes:
db PAL_CYANMON ; VAPOREON db PAL_CYANMON ; VAPOREON
db PAL_YELLOWMON ; JOLTEON db PAL_YELLOWMON ; JOLTEON
db PAL_REDMON ; FLAREON db PAL_REDMON ; FLAREON
db PAL_YELLOWMON ; ESPEON
db PAL_PURPLEMON ; UMBREON
db PAL_GREENMON ; LEAFEON
db PAL_CYANMON ; GLACEON
db PAL_MEWMON ; SYLVEON
db PAL_MEWMON ; PORYGON db PAL_MEWMON ; PORYGON
db PAL_BLUEMON ; OMANYTE db PAL_BLUEMON ; OMANYTE
db PAL_BLUEMON ; OMASTAR db PAL_BLUEMON ; OMASTAR
@ -198,10 +203,4 @@ MonsterPalettes:
db PAL_BROWNMON ; DRAGONITE db PAL_BROWNMON ; DRAGONITE
db PAL_MEWMON ; MEWTWO db PAL_MEWMON ; MEWTWO
db PAL_MEWMON ; MEW db PAL_MEWMON ; MEW
db PAL_GREYMON ; RHYPERIOR
db PAL_YELLOWMON ; ESPEON
db PAL_PURPLEMON ; UMBREON
db PAL_GREENMON ; LEAFEON
db PAL_CYANMON ; GLACEON
db PAL_MEWMON ; SYLVEON
assert_table_length NUM_POKEMON + 1 assert_table_length NUM_POKEMON + 1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 465 B

After

Width:  |  Height:  |  Size: 390 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 625 B

After

Width:  |  Height:  |  Size: 583 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 707 B

After

Width:  |  Height:  |  Size: 688 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 665 B

After

Width:  |  Height:  |  Size: 728 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 702 B

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

After

Width:  |  Height:  |  Size: 723 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 666 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 356 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 659 B

After

Width:  |  Height:  |  Size: 644 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 729 B

After

Width:  |  Height:  |  Size: 628 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 242 B

After

Width:  |  Height:  |  Size: 279 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 486 B

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 726 B

After

Width:  |  Height:  |  Size: 726 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 381 B

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 509 B

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 B

After

Width:  |  Height:  |  Size: 456 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 333 B

After

Width:  |  Height:  |  Size: 375 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 739 B

After

Width:  |  Height:  |  Size: 632 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 611 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 226 B

After

Width:  |  Height:  |  Size: 314 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 252 B

After

Width:  |  Height:  |  Size: 275 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 B

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 693 B

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 359 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 480 B

After

Width:  |  Height:  |  Size: 499 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 523 B

After

Width:  |  Height:  |  Size: 565 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 347 B

After

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 323 B

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 515 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 728 B

After

Width:  |  Height:  |  Size: 597 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 531 B

After

Width:  |  Height:  |  Size: 526 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 571 B

After

Width:  |  Height:  |  Size: 548 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

After

Width:  |  Height:  |  Size: 546 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 473 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 456 B

After

Width:  |  Height:  |  Size: 447 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 281 B

After

Width:  |  Height:  |  Size: 321 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 476 B

After

Width:  |  Height:  |  Size: 429 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 472 B

After

Width:  |  Height:  |  Size: 415 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 619 B

After

Width:  |  Height:  |  Size: 596 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 584 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 562 B

After

Width:  |  Height:  |  Size: 568 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 387 B

After

Width:  |  Height:  |  Size: 441 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 367 B

After

Width:  |  Height:  |  Size: 388 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 759 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 558 B

After

Width:  |  Height:  |  Size: 555 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 488 B

After

Width:  |  Height:  |  Size: 538 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 555 B

After

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 286 B

After

Width:  |  Height:  |  Size: 291 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 605 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 433 B

After

Width:  |  Height:  |  Size: 431 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 317 B

After

Width:  |  Height:  |  Size: 358 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 267 B

After

Width:  |  Height:  |  Size: 326 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 496 B

After

Width:  |  Height:  |  Size: 560 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 308 B

After

Width:  |  Height:  |  Size: 320 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 673 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 600 B

After

Width:  |  Height:  |  Size: 574 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 604 B

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 725 B

After

Width:  |  Height:  |  Size: 653 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 658 B

After

Width:  |  Height:  |  Size: 633 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 383 B

After

Width:  |  Height:  |  Size: 387 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 499 B

After

Width:  |  Height:  |  Size: 533 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

After

Width:  |  Height:  |  Size: 215 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 552 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 401 B

After

Width:  |  Height:  |  Size: 389 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 501 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 341 B

After

Width:  |  Height:  |  Size: 414 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 264 B

After

Width:  |  Height:  |  Size: 307 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 366 B

After

Width:  |  Height:  |  Size: 365 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 B

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 593 B

After

Width:  |  Height:  |  Size: 685 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 735 B

After

Width:  |  Height:  |  Size: 752 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 662 B

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 313 B

After

Width:  |  Height:  |  Size: 298 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 701 B

After

Width:  |  Height:  |  Size: 694 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

After

Width:  |  Height:  |  Size: 280 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

After

Width:  |  Height:  |  Size: 384 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 606 B

After

Width:  |  Height:  |  Size: 558 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 511 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 568 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B

After

Width:  |  Height:  |  Size: 380 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 319 B

After

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 414 B

After

Width:  |  Height:  |  Size: 478 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 551 B

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 543 B

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 645 B

After

Width:  |  Height:  |  Size: 592 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 613 B

After

Width:  |  Height:  |  Size: 595 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 710 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 539 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 304 B

After

Width:  |  Height:  |  Size: 339 B

Some files were not shown because too many files have changed in this diff Show more