Language…
14 users online:  AmperSam,  Ayami, bucketofwetsocks, Dispace,  Donut, Green, Hayashi Neru, JezJitzu, pnaha, ShadowMistressYuko, signature_steve, Sweetdude, Tomi P, Znes.609 - Guests: 253 - Bots: 287
Users: 64,795 (2,377 active)
Latest user: mathew

Patch Charged Fireball / Palette

how to apply the Charged Fireball patch only to luigi?
how to disable this patch's palette change.
To make it Luigi only, add this to the top of .hold:
Code
LDA $0DB3	;check if current character is...
AND #$01	;luigi
BEQ .checkspin

To get rid of the palette shifting, remove this from both .skip and .skip2:
Code
LDA #$04
STA $149B
Originally posted by Meirdent
To make it Luigi only, add this to the top of .hold:
Code
LDA $0DB3	;check if current character is...
AND #$01	;luigi
BEQ .checkspin

To get rid of the palette shifting, remove this from both .skip and .skip2:
Code
LDA #$04
STA $149B


THANK YOU VERY MUCH#wario{:peace:}