Author Topic: 6 Letters Available! (Complete!) - Now Doing 7!  (Read 21650 times)

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1767
  • Nu-chan
    • View Profile
    • Maurtopia
Re: 6 Letters Available! (Complete!)
« Reply #135 on: January 18, 2009, 08:41:13 pm »
I wasn't sure where the best place to post this was, so I'll stick it here.

0CECD8 - A CPX command loaded in battle. When I changed it to E0 07, the battle loaded, but monster names did not. Perhaps it's something to look at for VFW?

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!)
« Reply #136 on: January 18, 2009, 09:46:16 pm »
x0CE043 - Something to do with battle font.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #137 on: January 20, 2009, 06:53:14 pm »
- Now that's fixed, time to get some screenshots of the bugs that appear.

- Appears to work, then this happens.
- :|
If you try naming the character...well then this happens.  - It either does this or just pick up some completely random symbol.

Even then, if you completely remove the name and add it, you won't be able to name the 7th letter.

- Lucca's naming screen
- Oddly enough, the name works fine
- Marle's naming screen.  I'm pretty certain they're all screwed up, but I haven't bothered to check.  Yes, I moved all the names to that "7E2900" slot and gave them 7 bytes each.  00 29, 07 29, 0E 29 etc etc..

A2C1CBC8C7C8CCACBACBC5BEFFFFABCEBCBCBAFFFFB1C8BBC8FFFFFFA5CBC8C0FFFFFFA0D2C5BAFFFFFFACBAC0CECCFFFFA4C9C8BCC1FFFF is the data.

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1767
  • Nu-chan
    • View Profile
    • Maurtopia
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #138 on: January 20, 2009, 09:51:10 pm »
Change 02E482 to 07 in order to fix the name screen issue. It uses that instead of the pointers to call up the names.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #139 on: January 20, 2009, 11:19:12 pm »
Oh!  Yay!  Thank you Xd

Vehek

  • Errare Explorer (+1500)
  • *
  • Posts: 1758
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #140 on: January 21, 2009, 12:16:57 am »
Did you remember that which letter you're on in the name is at 7E0F06? Your seventh letter might be sharing that address.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #141 on: January 21, 2009, 12:23:59 am »
..Yea, it is -_-...That might be explaining the problems with this.  Anyway of finding what makes it write there and move it somewhere else?

Edit: $C2/E34D AD 06 0F    LDA $0F06  [$7E:0F06] Changing the values here at all cause it to go strange.

Edit 2: $C2/E345 8C 06 0F    STY $0F06  [$7E:0F06] Got it.  Changed this to 07 and it bumps it over 1.  But if you move this...You can't even name the character as it won't move beyond the first letter.  Then the 7th letter fails to appear in general now..hmm.
« Last Edit: January 21, 2009, 12:40:14 am by justin3009 »

Vehek

  • Errare Explorer (+1500)
  • *
  • Posts: 1758
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #142 on: January 21, 2009, 12:48:18 am »
Did you adjust all the references to $0F06 from here?
Double post, but I've been working on solving a issue I've seen where you can't delete the sixth letter.
7E0F06 stores what letter you're on in the naming screen.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #143 on: January 21, 2009, 12:51:45 am »
Got it.  It's working now.  Just have to get the 7th letter to write and the deleting of letters to work and it should be nameable.

Edit: Erasing works mostly right now.  It still skips the 7th letter for some reason.

Edit 2: Everything's working except for the 7th letter naming/deleting.  I was watching the memory values and it's definitely being changed as you write the letter...but it just won't save it.
« Last Edit: January 21, 2009, 08:59:11 am by justin3009 »

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #144 on: January 21, 2009, 12:42:28 pm »
YES!  GOT IT!  Change 02E3A9 to 06 and 02E338 to 07 and it works perfectly =]


idioticidioms

  • Guest
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #145 on: January 21, 2009, 01:08:05 pm »
excuse my language, but that is fucking cool. seriously

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #146 on: January 21, 2009, 04:22:30 pm »
God Damn it.  That's the one at school that's working.  I must have forgot to change something for the one at home.  I'll get that working soon.

Edit: GOT IT!  x02E388 = 06 and it works!
« Last Edit: January 21, 2009, 04:57:55 pm by justin3009 »

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #147 on: January 21, 2009, 05:01:12 pm »
Pardon the double post, but to get the 7th letter to appear in battle gauge 1/2 in battle, we have to move MP over 1 slot, then move HP over 1 slot.  Then it should work.  Then the only last tidbit is somehow get it to look alright in the menu without killing LV**

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #148 on: January 24, 2009, 01:43:33 pm »
- Update.

3FBAB0 - HDMA Length on character select in menu - Top Half
3FBAB1 - HDMA Length on stats on right in menu - Top Half
3FBAB5 - HDMA Length on character select in menu - Middle
3FBAB6 - HDMA Length on stats on right in menu - Middle
3FBABA - HDMA Length on character select in menu - Bottom Half
3FBABB - HDMA Length on stats on right in menu - Bottom Half

3FBC83 - HDMA Length on character select in menu when you select it
3FBC84 - HDMA Length on stats on the right when you select

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!) - Now Doing 7!
« Reply #149 on: January 24, 2009, 03:17:38 pm »
Another slight update.  Fixed the HDMA colors on every other menu now.  It's the main screen I have to fix...but I'm very confused on the other boxes.  If you move the X coordinate, it shows them all WAYYYYYY over.  And if you move them anywhere else, the left piece goes missing.  I'm not sure what does this.

Edit: Another slight update

Bugs
=====================
X Coordinate of Picture
X Coordinate of Equipment
Coordinates of the Hand
The 2 ends of the boxes
When going to the next screen, the new ends of the menu still appear...not sure how to remove those.

Everything just got more complicated now...For some reason, when anyone else is in the party, their names do not show up correctly in the save menu, tech menu, or any menu for that matter except Crono's.  I've tried loading up the OFF battle gauge in battle with more then 1 person, and it only shows Chrono instead of Chronos and everyone else's name goes psychotic. 
« Last Edit: January 24, 2009, 06:14:55 pm by justin3009 »