shithub: pokecrystal

Download patch

ref: f1e1b26138daabc15b83f5a8ce7f6e513749f5a8
parent: 31caeeba3c85821fa733c3e714ede2f62ed89517
author: Remy Oukaour <remy.oukaour@gmail.com>
date: Fri Jan 12 09:54:00 EST 2018

More gfx/**/*.pal files

--- a/engine/battle/battle_transition.asm
+++ b/engine/battle/battle_transition.asm
@@ -691,17 +691,12 @@
 ; 8c6a1 (23:46a1)
 
 .daypals ; 8c6a1
-	RGB 31, 18, 29
-	RGB 31, 11, 15
-	RGB 31, 05, 05
-	RGB 07, 07, 07
+INCLUDE "gfx/overworld/trainer_battle_day.pal"
 ; 8c6a9
 
 .nightpals ; 8c6a9
-	RGB 31, 18, 29
-	RGB 31, 05, 05
-	RGB 31, 05, 05
-	RGB 31, 05, 05
+INCLUDE "gfx/overworld/trainer_battle_nite.pal"
+; 8c6b1
 
 .loadpokeballgfx
 	ld a, [OtherTrainerClass]
--- a/engine/events/heal_machine_anim.asm
+++ b/engine/events/heal_machine_anim.asm
@@ -169,14 +169,11 @@
 ; 12451
 
 .palettes ; 12451
-	RGB 31, 31, 31
-	RGB 31, 19, 10
-	RGB 31, 07, 01
-	RGB 00, 00, 00
+INCLUDE "gfx/overworld/heal_machine.pal"
 ; 12459
 
 .FlashPalettes8Times: ; 12459
-	ld c, $8
+	ld c, 8
 .palette_loop
 	push bc
 	call .FlashPalettes
--- a/engine/init_gender.asm
+++ b/engine/init_gender.asm
@@ -97,10 +97,7 @@
 ; 48e5c (12:4e5c)
 
 .Palette: ; 48e5c
-	RGB 31, 31, 31
-	RGB 09, 30, 31
-	RGB 01, 11, 31
-	RGB 00, 00, 00
+INCLUDE "gfx/intro/gender_screen.pal"
 ; 48e64
 
 LoadGenderScreenLightBlueTile: ; 48e64 (12:4e64)
--- /dev/null
+++ b/gfx/intro/gender_screen.pal
@@ -1,0 +1,4 @@
+	RGB 31, 31, 31
+	RGB 09, 30, 31
+	RGB 01, 11, 31
+	RGB 00, 00, 00
--- /dev/null
+++ b/gfx/overworld/heal_machine.pal
@@ -1,0 +1,4 @@
+	RGB 31, 31, 31
+	RGB 31, 19, 10
+	RGB 31, 07, 01
+	RGB 00, 00, 00
--- /dev/null
+++ b/gfx/overworld/trainer_battle_day.pal
@@ -1,0 +1,4 @@
+	RGB 31, 18, 29
+	RGB 31, 11, 15
+	RGB 31, 05, 05
+	RGB 07, 07, 07
--- /dev/null
+++ b/gfx/overworld/trainer_battle_nite.pal
@@ -1,0 +1,4 @@
+	RGB 31, 18, 29
+	RGB 31, 05, 05
+	RGB 31, 05, 05
+	RGB 31, 05, 05