File tree 4 files changed +50
-54
lines changed
4 files changed +50
-54
lines changed Original file line number Diff line number Diff line change 1
1
JASC-PAL
2
2
0100
3
- 48
3
+ 96
4
4
123 131 0
5
5
255 255 255
6
6
222 222 222
@@ -49,3 +49,51 @@ JASC-PAL
49
49
49 139 255
50
50
189 156 90
51
51
0 0 0
52
+ 123 131 0
53
+ 255 255 255
54
+ 255 238 0
55
+ 255 189 0
56
+ 255 115 0
57
+ 98 98 115
58
+ 41 57 65
59
+ 41 57 106
60
+ 0 0 41
61
+ 255 255 255
62
+ 238 246 57
63
+ 255 0 189
64
+ 49 213 74
65
+ 24 131 32
66
+ 189 156 90
67
+ 0 0 0
68
+ 123 131 0
69
+ 255 255 255
70
+ 197 32 32
71
+ 189 189 189
72
+ 164 164 164
73
+ 98 98 115
74
+ 41 57 65
75
+ 41 57 106
76
+ 0 0 41
77
+ 255 255 255
78
+ 238 246 57
79
+ 189 0 0
80
+ 74 148 180
81
+ 8 90 131
82
+ 189 156 90
83
+ 0 0 0
84
+ 123 131 0
85
+ 255 255 255
86
+ 197 32 32
87
+ 189 189 189
88
+ 164 164 164
89
+ 98 98 115
90
+ 41 57 65
91
+ 41 57 106
92
+ 0 0 41
93
+ 255 255 255
94
+ 238 246 57
95
+ 255 0 189
96
+ 180 205 246
97
+ 49 139 255
98
+ 189 156 90
99
+ 0 0 0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -1230,7 +1230,6 @@ const u16 gFrontierPassMedalsGold_Pal[] = INCBIN_U16("graphics/frontier_pass/gol
1230
1230
1231
1231
// Pokédex
1232
1232
const u16 gPokedexBgHoenn_Pal [] = INCBIN_U16 ("graphics/pokedex/bg_hoenn.gbapal" );
1233
- const u16 gPokedexCaughtScreen_Pal [] = INCBIN_U16 ("graphics/pokedex/caught_screen.gbapal" );
1234
1233
const u16 gPokedexSearchResults_Pal [] = INCBIN_U16 ("graphics/pokedex/search_results_bg.gbapal" );
1235
1234
const u16 gPokedexBgNational_Pal [] = INCBIN_U16 ("graphics/pokedex/bg_national.gbapal" );
1236
1235
const u32 gPokedexMenu_Gfx [] = INCBIN_U32 ("graphics/pokedex/menu.4bpp.lz" );
Original file line number Diff line number Diff line change @@ -4036,7 +4036,7 @@ static void Task_HandleCaughtMonPageInput(u8 taskId)
4036
4036
}
4037
4037
else
4038
4038
{
4039
- LoadPalette (gPokedexCaughtScreen_Pal + 1 , BG_PLTT_ID (3 ) + 1 , PLTT_SIZEOF (7 ));
4039
+ LoadPalette (gPokedexBgHoenn_Pal + 49 , BG_PLTT_ID (3 ) + 1 , PLTT_SIZEOF (7 ));
4040
4040
}
4041
4041
}
4042
4042
You can’t perform that action at this time.
0 commit comments