Users browsing this thread: 1 Guest(s)
One of my battle backgrounds broke, pls help

#1
Posts: 12
Threads: 3
Thanks Received: 0
Thanks Given: 0
Joined: Feb 2016
Reputation: 0
Status
None
Hi all

Somehow I broke one of the battle backgrounds, WoR - Forest has parts corrupted

Here is a screengrab:
https://drive.google.com/file/d/0B2Be-Sw...RzNE0/view

The other backgrounds that use the same tiles looks fine, like WoB - Forest, that leads me to believe that the problem isn't related to the graphics but something else.

Anyone know what adresses I should take a look at?
  Find
Quote  

#2
Posts: 281
Threads: 18
Thanks Received: 12
Thanks Given: 8
Joined: Mar 2014
Reputation: 8
Status
None
Looks like either corrupted tiles or a corrupted tilemap. Check this page for a list of offsets containing the battle background tile data.
http://www.angelfire.com/pq/jumparound/f...fsets.html

I believe the tilemaps' locations are documented in the ROM map on the FF6hacking Wiki. Not which is which, but where they all are, at least. You could just reinsert the entire range of data from a clean ROM and see if that fixes things.
  Find
Quote  

#3
Posts: 178
Threads: 2
Thanks Received: 23
Thanks Given: 4
Joined: Apr 2015
Reputation: 18
Status
None
Take a look at your battle background properties at offset 0xE70006. This is the data for the world of ruin forest background. Here's what it means:

Code:
E7/0006: 9A ; load graphics 0x1A to VRAM at $1000 (0x2000 bytes)
E7/0007: FF ; this means don't load graphics to VRAM at $1800
E7/0008: 19 ; load graphics 0x19 to VRAM at $4800 (0x1000 bytes)
E7/0009: 0C : use tile layout 0x12
E7/000A: 0C ; use tile layout 0x12 (this byte is never used)
E7/000B: 31 ; use palette 0x31

From your screenshot, it looks like one of the first two bytes here might be causing the problem.
  Find
Quote  
[-] The following 1 user says Thank You to Everything for this post:
  • mrTentacle (08-10-2017)

#4
Posts: 12
Threads: 3
Thanks Received: 0
Thanks Given: 0
Joined: Feb 2016
Reputation: 0
Status
None
Wow, thank you so much!
I had 9A FE instead of 9A FF for some reason
  Find
Quote  



Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite