mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-22 15:38:14 +00:00

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.
8 lines
210 B
JSON
8 lines
210 B
JSON
{
|
|
"variations": {
|
|
"SMB1": {"source": "Peach.png", "rect": [16, 0, 16, 32]},
|
|
"SMBLL": {"source": "Peach.png", "rect": [0, 0, 16, 32]},
|
|
"SMBANN": {"source": "DiscoNPCs.png", "rect": [128, 0, 16, 32]}
|
|
}
|
|
}
|