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

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #90 on: October 11, 2008, 11:13:07 pm »
Quote
This gets everyone working except for Frog and Magus, who display as rog and agus, respectively.

I'm not sure what's going on with those two.

The code for the Frog and Magus checks were mentioned on Page 2.  Branching over the commands might correct the issue.

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
COMPLETE! 6 Letters Available!
« Reply #91 on: October 12, 2008, 01:49:02 am »
Branching over it plus a couple other changes got it working.

Code: [Select]
CCE602-CCE63A:
$CC/E602 80 11 BRA $11    [$E615]
$CC/E604 EA NOP
$CC/E605 EA NOP
$CC/E606 EA NOP
$CC/E607 EA NOP
$CC/E608 EA NOP
$CC/E609 EA NOP
$CC/E60A EA NOP
$CC/E60B EA NOP
$CC/E60C EA NOP
$CC/E60D EA NOP
$CC/E60E EA NOP
$CC/E60F EA NOP
$CC/E610 EA NOP
$CC/E611 EA NOP
$CC/E612 EA NOP
$CC/E613 EA NOP
$CC/E614 EA NOP
$CC/E615 AA TAX
$CC/E616 BF 46 F8 CC LDA $CCF846,x[$CC:F846]
$CC/E61A C2 20 REP #$20
$CC/E61C 18 CLC
$CC/E61D 69 23 2C ADC #$2C23
$CC/E620 AA TAX
$CC/E621 A5 82 LDA $82    [$00:0082]
$CC/E623 29 FF 00 AND #$00FF
$CC/E626 18 CLC
$CC/E627 69 00 94 ADC #$9400
$CC/E62A A8 TAY
$CC/E62B A9 05 00 LDA #$0005
$CC/E62E 54 7E 7E MVN 7E 7E
$CC/E631 29 FF 00 AND #$00FF
$CC/E634 E2 20 SEP #$20
$CC/E636 80 03 BRA $03    [$E63B]
$CC/E638 EA NOP
$CC/E639 EA NOP
$CC/E63A EA NOP

This works everywhere now, and should have no incompatibilities with other code, as everything replaced the existing areas.

[attachment deleted by admin]

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #92 on: October 12, 2008, 02:00:57 am »
You guys f***ing rock!  Amazing!

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
COMPLETE! 6 Letters Available!
« Reply #93 on: October 12, 2008, 02:19:17 am »
Couldn't have done it without your help. :)

Tomorrow I'll organize the data better. Could you change the topic's title?

Vehek

  • Errare Explorer (+1500)
  • *
  • Posts: 1761
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #94 on: October 12, 2008, 02:20:43 am »
Congratulations.  :D

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
Re: 6 Letters Available! (Almost Done)
« Reply #95 on: October 12, 2008, 04:33:17 am »
Damn, somewhere along the lines a glitch popped up. In battle, some of the sounds for attacks don't match what the character should have.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #96 on: October 12, 2008, 09:43:56 am »
Damn!  We're incredibly close though...just some things to work out.

Edit: The problem seems to be at x0CF840 "CCF840"

Strange that the 06 messes with this...

Edit 2: The weapon graphics are screwed up as well.  I think we should move this place to empty space if possible...this is conflicting majorly
« Last Edit: October 12, 2008, 10:11:05 am by justin3009 »

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
Re: 6 Letters Available! (Almost Done)
« Reply #97 on: October 12, 2008, 05:49:29 pm »
Justin: What weapons were you using in that screenshot?

I have the sound issue fixed. I'm not sure about the weapons.

CCF83F-CCF845: 00 05 0A 0F 14 19 1E

CCE660-CCE685:
Code: [Select]

$CC/E660 18 CLC
$CC/E661 7F 3F F8 CC ADC $CCF83F,x[$CC:F83F]
$CC/E665 A8 TAY
$CC/E666 A2 00 00 LDX #$0000
$CC/E669 B9 00 94 LDA $9400,y[$7E:9400]
$CC/E66C 9D A0 94 STA $94A0,x[$7E:94A0]
$CC/E66F E8 INX
$CC/E670 C8 INY
$CC/E671 E0 06 00 CPX #$0006
$CC/E674 D0 F3 BNE $F3    [$E669]
$CC/E676 80 0E BRA $0E    [$E686]
$CC/E678 EA NOP
$CC/E679 EA NOP
$CC/E67A EA NOP
$CC/E67B EA NOP
$CC/E67C EA NOP
$CC/E67D EA NOP
$CC/E67E EA NOP
$CC/E67F EA NOP
$CC/E680 EA NOP
$CC/E681 EA NOP
$CC/E682 EA NOP
$CC/E683 EA NOP
$CC/E684 EA NOP
$CC/E685 EA NOP

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #98 on: October 12, 2008, 06:08:36 pm »
Marle: Valkerye
Lucca: Wondershot

Edit: By doing what you did up there, it fixed everything.  Then the character names go all screwy in battle...
« Last Edit: October 12, 2008, 06:11:34 pm by justin3009 »

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
Re: 6 Letters Available! (Almost Done)
« Reply #99 on: October 12, 2008, 06:30:42 pm »
Odd, the names seem fine for me. Is it happening as soon as you enter battle?

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Almost Done)
« Reply #100 on: October 12, 2008, 06:40:31 pm »
Yea, it seems so.

Edit: Fixed it.  Typed a huge chunk of it wrong because my hands were on the wrong keys.

Edit 2: Changed topic title.
« Last Edit: October 12, 2008, 06:43:41 pm by justin3009 »

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
Re: 6 Letters Available! (Complete!)
« Reply #101 on: October 12, 2008, 06:48:23 pm »
I hate it when that happens.

Right now I'm going through the topic and organizing the changes we made.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!)
« Reply #102 on: October 12, 2008, 06:52:49 pm »
Alright.  Once done so, would you mind posting it all in 1 giant post?  I'm planning to keep EVERYTHING in a text file in case the actual file is lost.

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1778
  • Nu-chan
    • View Profile
    • Hi trig!
Re: 6 Letters Available! (Complete!)
« Reply #103 on: October 12, 2008, 11:35:00 pm »
I just noticed, whatever quirk caused the need to change 00 to FF in the name storage is gone.

Still slowly going through the changes we've made.

justin3009

  • Fan Project Leader
  • God of War (+3000)
  • *
  • Posts: 3296
    • View Profile
Re: 6 Letters Available! (Complete!)
« Reply #104 on: October 12, 2008, 11:35:58 pm »
'Tis fine, take your time.