Name: | Nintendo Presents Custom Palette v1.1 |
Author: | Roy |
Added: | |
Version History: | View |
Tool: | Asar |
Requires Free Space: | Yes |
Bug Fix: | No |
Featured: | No |
Description: | This patch applies a small ASM hack that enables a custom palette (by default on palette 8, which is used by the 'Nintendo Presents' logo). The background colour can also be changed. You have to change the RGB values of the custom palette yourself (by default they're all FFFF, which is white). No credit needed. |
Tags: | lorom nintendo presents palette palette change sa-1 |
Comments: | 6 (jump to comments) |
Download
1.52 KiB | 658 downloads
Comments (6)
The patch hijacks $0093D7. A little before that (at $0093CA) is code to reset the screen brightness and mosaic. The game jumps there two times: at $0096AB and at $009756. I'm not sure about the second jump, but the first one happens during the Mario Start! screen, making the check for OnlyNinPre required.
Nevertheless, I debugged the code and it seemed that the codes from Main and Return aren't really needed, meaning you could jump straight to the OnlyNinPre. Also, you should try to use JML instead of JSL for saving time. But it is a pretty good patch, so, good work!