Expanding NPC Sprite sheets
#7
Its actually much simpler than that, Eggers. The game knows how to handle the data, I just need to point it in the right place. Overworld/NPC sprites are easy because there's already a huge table. Expanding the battle sprites is a little more tricky since it only accounts for, i think, 24 battle sprites. But all I have to do to fix this is move the code directly after the pointer list and then add more data to the table! The game then looks for the pointers with the sprite ID as an offset and finds the data needed in the code. Essentially, the game can treat it like any other sprite, I don't even have to get into the nitty-gritty details of how the game works.

The OAM might be a little more complicated... we will see.
Reply


Messages In This Thread
Expanding NPC Sprite sheets - by B-Run - 08-13-2013, 03:42 PM
RE: Expanding NPC Sprite sheets - by Gi Nattak - 08-13-2013, 04:29 PM
RE: Expanding NPC Sprite sheets - by B-Run - 08-13-2013, 04:39 PM
RE: Expanding NPC Sprite sheets - by madsiur - 08-13-2013, 06:33 PM
RE: Expanding NPC Sprite sheets - by SSJ Rick - 08-14-2013, 12:27 AM
RE: Expanding NPC Sprite sheets - by Eggers - 08-14-2013, 02:01 AM
RE: Expanding NPC Sprite sheets - by B-Run - 08-14-2013, 10:43 AM
RE: Expanding NPC Sprite sheets - by SSJ Rick - 08-14-2013, 02:49 PM
RE: Expanding NPC Sprite sheets - by B-Run - 08-15-2013, 12:02 PM
RE: Expanding NPC Sprite sheets - by Gi Nattak - 08-15-2013, 12:59 PM
RE: Expanding NPC Sprite sheets - by B-Run - 08-15-2013, 02:08 PM
RE: Expanding NPC Sprite sheets - by SSJ Rick - 08-15-2013, 06:18 PM
RE: Expanding NPC Sprite sheets - by B-Run - 08-21-2013, 08:35 PM
RE: Expanding NPC Sprite sheets - by SSJ Rick - 08-22-2013, 10:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Expanding Names and Renaming Angelo26 20 31,876 06-09-2013, 06:49 PM
Last Post: JWhiteLXXXIX

Forum Jump:


Users browsing this thread: 1 Guest(s)