aboutsummaryrefslogtreecommitdiff
path: root/src/engine
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-03-14 19:38:43 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-03-14 19:38:43 +0100
commit0c3292879774e33dfb3e8c7d787b236876508467 (patch)
tree1c74a74ca071d4987d85155bc0ef23909823518e /src/engine
parent51a49f8844705ea3bff95b3c25ba3adc96f5d652 (diff)
added hexdump file structures
Diffstat (limited to 'src/engine')
-rw-r--r--src/engine/sprite_controller.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/engine/sprite_controller.h b/src/engine/sprite_controller.h
index 001a459..fbb230c 100644
--- a/src/engine/sprite_controller.h
+++ b/src/engine/sprite_controller.h
@@ -51,22 +51,13 @@ const static hh_ppu_loc_palette_table_t hh_g_palette = {
{0x0,0x0,0x0},
{0x0,0x0,0x0},
{0x0,0x0,0x0}},
- {
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0}},
- {
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
- {0x0,0x0,0x0},
+ {//player
{0x0,0x0,0x0},
+ {0x1,0x1,0x1},
+ {0x4,0x2,0x5},
+ {0x7,0x3,0x6},
+ {0x1,0x1,0x3},
+ {0xe,0xe,0xe},
{0x0,0x0,0x0},
{0x0,0x0,0x0}},
{
@@ -87,6 +78,15 @@ const static hh_ppu_loc_palette_table_t hh_g_palette = {
{0x0,0x0,0x0},
{0x0,0x0,0x0},
{0x0,0x0,0x0}},
+ {//white
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf},
+ {0xf,0xf,0xf}},
{
{0x0,0xf,0xf},
{0xf,0xf,0xf},