diff --git a/gfx/tilesets/underwater.pal b/gfx/tilesets/underwater.pal new file mode 100644 index 0000000..aa5a0a3 --- /dev/null +++ b/gfx/tilesets/underwater.pal @@ -0,0 +1,30 @@ +UnderwaterMornPalette: + RGB 31,31,07, 19,18,23, 13,10,13, 03,07,10 ; gray + RGB 31,31,07, 25,16,16, 22,06,14, 03,07,10 ; red + RGB 19,18,23, 09,18,12, 05,11,05, 03,07,10 ; green + RGB 31,31,07, 13,17,31, 05,10,27, 03,07,10 ; water (just blue) + RGB 31,31,07, 12,24,11, 18,13,05, 03,07,10 ; yellow + RGB 31,31,07, 19,17,12, 14,08,11, 03,07,10 ; brown + RGB 31,31,07, 15,31,31, 05,17,31, 03,07,10 ; roof + RGB 31,31,16, 31,31,16, 14,09,00, 00,00,00 ; text + +UnderwaterDayPalette: + RGB 18,28,27, 19,18,23, 13,10,13, 03,07,10 ; gray + RGB 18,28,27, 25,16,16, 22,06,14, 03,07,10 ; red + RGB 19,18,23, 09,18,12, 05,11,05, 03,07,10 ; green + RGB 18,28,27, 13,17,31, 05,10,27, 03,07,10 ; water (just blue) + RGB 18,28,27, 12,24,11, 18,13,05, 03,07,10 ; yellow + RGB 18,28,27, 19,17,12, 14,08,11, 03,07,10 ; brown + RGB 18,28,27, 15,31,31, 05,17,31, 03,07,10 ; roof + RGB 31,31,16, 31,31,16, 14,09,00, 00,00,00 ; text + +UnderwaterNitePalette: + RGB 12,14,22, 10,10,13, 03,07,10, 00,00,00 ; gray + RGB 12,14,22, 14,06,14, 03,07,10, 00,00,00 ; red + RGB 10,10,13, 05,11,05, 03,07,10, 00,00,00 ; green + RGB 12,14,22, 05,10,22, 03,07,10, 00,00,00 ; water (just blue) + RGB 12,14,22, 13,13,05, 03,07,10, 00,00,00 ; yellow + RGB 12,14,22, 14,08,11, 03,07,10, 00,00,00 ; brown + RGB 12,14,22, 10,12,15, 03,07,10, 00,00,00 ; roof + RGB 31,31,16, 31,31,16, 14,09,00, 00,00,00 ; text + \ No newline at end of file diff --git a/maps/SunglowWell.ablk b/maps/SunglowWell.ablk new file mode 100644 index 0000000..60a77d5 --- /dev/null +++ b/maps/SunglowWell.ablk @@ -0,0 +1,9 @@ + + + + + + +          +  + \ No newline at end of file diff --git a/maps/SunglowWell.asm b/maps/SunglowWell.asm new file mode 100644 index 0000000..7c3946c --- /dev/null +++ b/maps/SunglowWell.asm @@ -0,0 +1,18 @@ + object_const_def + +SunglowWell_MapScripts: + def_scene_scripts + + def_callbacks + +SunglowWell_MapEvents: + db 0, 0 ; filler + + def_warp_events + + def_coord_events + + def_bg_events + + def_object_events +