How to change Chocobo's palette?
#8
(03-30-2013, 01:10 PM)CMFL Wrote: I remember reading that the crane and some other random things were technically NPCs with palette 7.

Their NPC data have palette 6 assigned to all NPCs composing the crane but if you look at the crane event, I think palette 15 is assigned with event command 60:

Code:
CC/82BF: 60    Change background layer $0E to palette $0F

In fact, if you look at command 60 in bank C0, there is an instruction that loads the palette:

Code:
C0/AA20:    BF0080E6    LDA $E68000,X

I'm pointing this out because the only other place there is this instruction is at C0/50ED. If you do some backward tracing you find yourself at C0/BF91, in the giant map loading routine. This means every sprite (and vehicle) palette loading outside command 60 is done in the map loading routine. So the palette values for the vehicles might be hardcoded somewhere before C0/BF91, because they are not assigned via events (command 60). Now I really like answering questions but I don't have time to look further into that.
Reply


Messages In This Thread
How to change Chocobo's palette? - by cdizzle - 03-29-2013, 11:40 PM
RE: How to change Chocobo's palette? - by cdizzle - 03-30-2013, 01:10 PM
RE: How to change Chocobo's palette? - by madsiur - 03-30-2013, 03:43 PM
RE: How to change Chocobo's palette? - by cdizzle - 03-30-2013, 03:36 PM
RE: How to change Chocobo's palette? - by madsiur - 03-30-2013, 05:23 PM
RE: How to change Chocobo's palette? - by cdizzle - 04-01-2013, 12:06 AM
RE: How to change Chocobo's palette? - by madsiur - 04-01-2013, 12:25 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Chocobo Usefulness doofenH 4 3,752 04-20-2022, 11:25 AM
Last Post: madsiur
  Clippin' Chocobo 13375K37CH3R 3 3,797 10-03-2017, 08:07 AM
Last Post: seibaby
  Help with palette change Jollymormongiant 7 6,725 03-26-2014, 09:59 PM
Last Post: Jollymormongiant
  Glitchy Characters on Overworld Chocobo Gi Nattak 2 3,418 01-05-2014, 08:51 PM
Last Post: madsiur

Forum Jump:


Users browsing this thread: 2 Guest(s)