Saving Disco Peach & Fuji TV Network Flag

Does two things for the All Night Nippon campaign. This PR replaces Princess Peach in ANN with her real life counterpart as in the original game. This was simply a JSON edit.

The second change is that it adds the Fuji TV Network logo to the Castle Flag as seen in-game specifically for the ANN campaign. This one does edit the sprite sheet for `CastleFlag.png`.

I know the NPCs are based on real people, but I don't remember their names. So I've just been calling them as they're labeled internally.
This commit is contained in:
KirbyKidJ
2025-09-20 18:50:17 -07:00
parent 9ac88f981c
commit 8df497e2e2
3 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,7 @@
{ {
"variations": { "variations": {
"SMB1": {"source": "Peach.png", "rect": [16, 0, 16, 32]}, "SMB1": {"source": "Peach.png", "rect": [16, 0, 16, 32]},
"SMBLL": {"source": "Peach.png", "rect": [0, 0, 16, 32]} "SMBLL": {"source": "Peach.png", "rect": [0, 0, 16, 32]},
"SMBANN": {"source": "DiscoNPCs.png", "rect": [128, 0, 16, 32]}
} }
} }

View File

@@ -1,10 +1,16 @@
{ {
"variations": "variations": {
{ "SMB1": {
"default": "default": {
{
"source": "CastleFlag.png", "source": "CastleFlag.png",
"rect": [0, 0, 16, 16] "rect": [0, 0, 16, 16]
} }
},
"SMBANN": {
"default": {
"source": "CastleFlag.png",
"rect": [16, 0, 16, 16]
}
} }
}
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 B

After

Width:  |  Height:  |  Size: 316 B