new border!

This commit is contained in:
MementoMartha 2022-09-25 13:45:54 +01:00
parent 9e4e07ec82
commit 180f7854bf
6 changed files with 33 additions and 67 deletions

View file

@ -19,13 +19,13 @@ _GuardiaDexEntry::
dex dex
_DeerDexEntry:: _DeerDexEntry::
text "Once hunted" text "It wildly swings"
next "in the past for" next "its huge antlers"
next "its impressive" next "to deter threats."
page "antlers, it's" page "However, these"
next "now under strict" next "antlers are highly"
next "protection" next "prized by hunters"
dex dex
_MadaamuDexEntry:: _MadaamuDexEntry::
@ -265,7 +265,7 @@ _CroakozunaDexEntry::
page "Then, it strikes" page "Then, it strikes"
next "with a flurry" next "with a flurry"
next "of strong slaps." next "of strong slaps"
dex dex
_GorotoraDexEntry:: _GorotoraDexEntry::
@ -275,7 +275,7 @@ _GorotoraDexEntry::
page "only be tamed" page "only be tamed"
next "by the bravest" next "by the bravest"
next "#MON TRAINERs" next "#MON trainers"
dex dex
_OmegaDexEntry:: _OmegaDexEntry::
@ -299,14 +299,14 @@ _PurakkusuDexEntry::
dex dex
_TrampelDexEntry:: _TrampelDexEntry::
text "A rare species" text "A rare species"
next "that's well-known" next "that's well-known"
next "in India. It has" next "in India. It has"
page "a bulky physique," page "a bulky physique,"
next "but it's adept at" next "but it's adept at"
next "using its trunk" next "using its trunk"
dex dex
_CrockyDexEntry:: _CrockyDexEntry::
text "Its huge eyes can" text "Its huge eyes can"
@ -359,13 +359,13 @@ _BarundaDexEntry::
dex dex
_TsubomittoDexEntry:: _TsubomittoDexEntry::
text "A larger form" text "A plant #MON"
next "of BELLSPROUT" next "that's revered in"
next "revered elsewhere." next "another region."
page "It can absorb" page "It can absorb"
next "useful nutrients" next "useful nutrients"
next "found in soil." next "found in soil"
dex dex
_AnimonDexEntry:: _AnimonDexEntry::

View file

@ -1,62 +1,28 @@
BorderPalettes: BorderPalettes:
IF DEF(_RED) INCBIN "gfx/sgb/sgb_border.tilemap"
INCBIN "gfx/sgb/red_border.tilemap"
ENDC
IF DEF(_BLUE)
INCBIN "gfx/sgb/blue_border.tilemap"
ENDC
ds $100 ds $100
IF DEF(_RED) RGB 31,31,31 ; PAL_SGB1
RGB 30,29,29 ; PAL_SGB1 RGB 31,31,00
RGB 25,22,25 RGB 16,18,31
RGB 25,17,21 RGB 03,03,03
RGB 24,14,12
ENDC
IF DEF(_BLUE)
RGB 0,0,0 ; PAL_SGB1 (the first color is not defined, but if used, turns up as 30,29,29... o_O)
RGB 10,17,26
RGB 5,9,20
RGB 16,20,27
ENDC
ds $18 ds $18
IF DEF(_RED) RGB 31,31,31 ; PAL_SGB2
RGB 30,29,29 ; PAL_SGB2 RGB 31,17,00
RGB 22,31,16 RGB 28,14,00
RGB 27,20,6 RGB 03,03,03
RGB 15,15,15
ENDC
IF DEF(_BLUE)
RGB 30,29,29 ; PAL_SGB2
RGB 27,11,6
RGB 5,9,20
RGB 28,25,15
ENDC
ds $18 ds $18
IF DEF(_RED) RGB 31,31,31 ; PAL_SGB3
RGB 30,29,29 ; PAL_SGB3 RGB 31,15,18
RGB 31,31,17 RGB 01,22,06
RGB 18,21,29 RGB 03,03,03
RGB 15,15,15
ENDC
IF DEF(_BLUE)
RGB 30,29,29 ; PAL_SGB3
RGB 12,15,11
RGB 5,9,20
RGB 14,22,17
ENDC
ds $18 ds $18
SGBBorderGraphics: SGBBorderGraphics:
IF DEF(_RED) INCBIN "gfx/sgb/sgb_border.2bpp"
INCBIN "gfx/sgb/red_border.2bpp"
ENDC
IF DEF(_BLUE)
INCBIN "gfx/sgb/blue_border.2bpp"
ENDC

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

BIN
gfx/sgb/sgb_border.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 986 B

BIN
gfx/sgb/sgb_border.tilemap Normal file

Binary file not shown.