Portraits in Dialog Boxes (Notes)
#1
I have never really played the GBA port of Final Fantasy VI because of the SNES version, however, I saw that in that game they have portraits in dialog boxes. This is thanks to BlackTelomeres in his patch released.
An example:
[Image: imgshk.png]


This thread is meant to be my notes on trying to get it to work for the SNES version. It seems like it'd be as simple as editing the dialog boxes window width so it is able to fit a portrait in it; in essence, scrunching up the text to fit a portrait.
I want the portrait to work similar to how spell icons work. Similar to how icons in names, I want it to be customizable.
Sword icon next to it's name work, or a spell icon next to it's name.

Visual Example:
[Image: information.gif]Lightbringer

I would need to route a variable to the dialog boxes and set it to the far left of the window. That variable would be interchangeable, meaning you can replace it with the portraits ID.

The believe the variable that holds the characters portrait is in the following:
Code:
Display character portrait
C3/7000:    A09001      LDY #$0190
C3/7003:    BF001DED    LDA $ED1D00,X  (get character portrait data)
C3/7007:    8D1821      STA $2118
C3/700A:    E8          INX
C3/700B:    E8          INX
C3/700C:    88          DEY
C3/700D:    D0F4        BNE $7003
C3/700F:    60          RTS

By finding this, maybe I can add some sort of "splitter", (like a coaxial cable splitter for your TV) so that it also adds this bit of code to the dialog box.




If you can't view the Lightbringer text, download this font pack and install them. It should be viewable to the right of the sword icon.
Download
Reply


Messages In This Thread
Portraits in Dialog Boxes (Notes) - by Zeemis - 03-04-2011, 07:38 PM
RE: Portraits in Dialog Boxes (Notes) - by Lijj - 03-04-2011, 09:50 PM
RE: Portraits in Dialog Boxes (Notes) - by Zeemis - 03-04-2011, 10:48 PM
RE: Portraits in Dialog Boxes (Notes) - by Zeemis - 03-04-2011, 11:12 PM
RE: Portraits in Dialog Boxes (Notes) - by Zeemis - 03-11-2011, 01:41 AM
RE: Portraits in Dialog Boxes (Notes) - by Zeemis - 03-11-2011, 05:54 PM
RE: Portraits in Dialog Boxes (Notes) - by Zeemis - 11-28-2011, 02:18 AM
RE: Portraits in Dialog Boxes (Notes) - by yic17 - 09-30-2012, 02:59 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Faster compression & Imperial Camp boxes AtmaTek 6 5,486 03-08-2021, 02:04 PM
Last Post: Gi Nattak
  Characters appearing on top of text boxes? xDaygo 3 3,311 12-18-2019, 03:44 PM
Last Post: xDaygo
  Displaying item received, spell learned or amount of gold received in a dialog box madsiur 11 14,634 04-06-2018, 12:52 PM
Last Post: Tenkarider
  problem in Nikeah Gerad event & Asking About Expanded Town Dialog hack q8fft 6 6,417 02-16-2018, 07:55 AM
Last Post: q8fft
  My Assembly Notes Zeemis 1 3,199 03-04-2011, 07:49 PM
Last Post: Angelo26

Forum Jump:


Users browsing this thread: 1 Guest(s)