Where Blitz characters locations??
#1
I want asking about characters locations for Blitz??
my question is how to change only GFX characters for skill not command Is this possible ?


Attached Files Thumbnail(s)
   
Reply
#2
Do you mean you have changed both font to Arabic already and Blitz input still show in English button GFX? I thought this would be in one on the two fonts you can modify with FF3usME but if the Blitz input have their own special font / GFX, I have no idea where this is...

Edit: My first guest would the small or big font:
[Image: r3yrsYE.png]
Reply
#3
Yes. as you can see blitz read characters from small font,
so i want add GFX A,B,X,Y,L,R to the player understands which buttons he presses.
[Image: s9O5ho0.png]

Edit: But I do not know where to search and blitz using small font ...
Reply
#4
This is the table you need to change:

Code:
Tile attributes for Blitz inputs
C3/5C1C:    0000        ; Terminator
C3/5C1E:    0000        ; Bogus; for A
C3/5C20:    0000        ; Bogus; for B
C3/5C22:    9720        ; X
C3/5C24:    9820        ; Y
C3/5C26:    8B20        ; L
C3/5C28:    9120        ; R
C3/5C2A:    D620        ; Down-left
C3/5C2C:    D4A0        ; Down
C3/5C2E:    D660        ; Down-right
C3/5C30:    D520        ; Right
C3/5C32:    D6C0        ; Up-right
C3/5C34:    D420        ; Up
C3/5C36:    D6A0        ; Up-left
C3/5C38:    D560        ; Left

Each entry is 2 bytes, first byte is font tile ID and 2nd byte "attributes" (not sure what this mean).. Maybe A and B are 0000 because the blitz input use those to confirm / cancel.. Let's say you draw a "X" in the small font in tile #FE, first byte would be FE. You'll have to test the 2nd byte, maybe use 20 like other letters.

For the small font I don't remember if you can use free tiles below ID #78.
Reply
#5
(02-20-2018, 10:40 PM)madsiur Wrote: This is the table you need to change:

Code:
Tile attributes for Blitz inputs
C3/5C1C:    0000        ; Terminator
C3/5C1E:    0000        ; Bogus; for A
C3/5C20:    0000        ; Bogus; for B
C3/5C22:    9720        ; X
C3/5C24:    9820        ; Y
C3/5C26:    8B20        ; L
C3/5C28:    9120        ; R
C3/5C2A:    D620        ; Down-left
C3/5C2C:    D4A0        ; Down
C3/5C2E:    D660        ; Down-right
C3/5C30:    D520        ; Right
C3/5C32:    D6C0        ; Up-right
C3/5C34:    D420        ; Up
C3/5C36:    D6A0        ; Up-left
C3/5C38:    D560        ; Left

Each entry is 2 bytes, first byte is font tile ID and 2nd byte "attributes" (not sure what this mean).. Maybe A and B are 0000 because the blitz input use those to confirm / cancel.. Let's say you draw a "X" in the small font in tile #FE, first byte would be FE. You'll have to test the 2nd byte, maybe use 20 like other letters.

For the small font I don't remember if you can use free tiles below ID #78.

thank you so much madsiur Task completed Smile...
[Image: vODmSWG.png]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  FF6LE sprite pointer locations Catone 0 1,253 08-06-2022, 09:16 PM
Last Post: Catone
Rogue Fix for 2-player Blitz bug (co-op)? Merudo 9 12,786 11-29-2018, 04:26 AM
Last Post: Turbotastic
  Changing NPC Locations PowerPanda 3 3,821 09-17-2017, 09:43 AM
Last Post: madsiur
  Changing actors involved in events and recruit locations CrumpledMedal 2 3,249 06-02-2017, 01:14 PM
Last Post: funkydiscogod
  Sketch won't show a peformed Blitz name Kugawattan 0 1,876 05-18-2017, 11:05 PM
Last Post: Kugawattan
  Custom Blitz Water Kick SSJ Rick 18 17,494 03-14-2017, 02:15 PM
Last Post: madsiur
  Have a Blitz/SwdTech cast on the user? Kugawattan 9 8,148 12-07-2015, 04:09 PM
Last Post: Catone
  Weapon / Spell Palette Locations sleepydude 0 2,014 09-11-2015, 12:35 PM
Last Post: sleepydude
  RAM locations for a neat little FF6 project Tomato 12 12,107 08-09-2014, 04:11 PM
Last Post: Tomato
  Changing Sabin's Blitz moves? Jeff 3 4,234 02-16-2014, 10:38 AM
Last Post: Lockirby2

Forum Jump:


Users browsing this thread: 1 Guest(s)