The current URL is datacrystal.tcrf.net.
EarthBound/ASM/Palette Routines
This is a sub-page of EarthBound/ASM.
$C0023F-$C0030E: Load map palette animation
First checks if the currently loaded map palette is animated, as indicated by a non-zero Palette Animation Index and a non-zero Animation Number of Palettes for that animation index, and sets the Animation Palette Active Flag accordingly in WRAM. If the palette is animated, loads Decompressed Map Animation Palettes, Animation Palette Frame Durations, Animation Palette Remaining Frames, and Animation Palette Number to WRAM.
$C0030F-$C0035A: Iterate map palette animation frame
Decrements Animation Palette Remaining Frames, and if zero, updates WRAM (Animation Palette Number and Animation Palette Remaining Frames) for the next animation palette and calls the subroutine at $C0A1F2 to load the next palette.
$C0A1F2-$C0A20B: Load map palette animation palette
Loads a palette from Decompressed Map Animation Palettes and replaces the current map palette.
Inputs
- accumulator: Map animation palette number
Internal Data for EarthBound
| |
---|---|
This page is rather stubbly and could use some expansion. Are you a bad enough dude to rescue this article? |