added the game

This commit is contained in:
JHDev2006
2025-09-13 16:30:32 +01:00
parent 5ef689109b
commit 3773bdaf64
3616 changed files with 263702 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
{
"palettes": {
"FGWater": [
"00000000",
"FFFFFF",
"0000FF40",
"1f1f1f",
],
"Lava": [
"00000000",
"FFFFFF",
"F73910",
"1f1f1f"
],
"BGWater": [
"00000000",
"FFFFFF",
"3234dc",
"797979"
],
"Poison": [
"00000000",
"FFaa47",
"214700",
"1f1f1f"
],
"BGWaterNight": [
"00000000",
"7ca9d1",
"14144c",
"797979"
]
}
}