Aslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&topic=1817.0e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/indexfbaa.htmlslickproductions.org/forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&board=8.180e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/indexfbaa.html.zx>&h^aOKtext/htmlISO-8859-1gzip@aWed, 11 Mar 2020 00:00:22 GMT0 0P=&h^a FF6 - Fixing the A8 event command?

Author Topic: FF6 - Fixing the A8 event command?  (Read 987 times)

Kalix

  • Wing Raptor
  • *
  • Posts: 9
    • View Profile
FF6 - Fixing the A8 event command?
« on: February 20, 2013, 04:36:15 PM »
I'll explain my issue: My hack, after it shows the "floating island soaring into the sky" cutscene, crashes, all I get is a black screen, but if I remove/change that event command with another one (for example 96) everything is ok, it shows the scene with gestahl and kefka.

 I'd like to know the offset where I could see the code of that cutscene, the code of the A8 event command.

Thanks in advance :)


« Last Edit: February 20, 2013, 04:48:51 PM by Kalix »

Madsiur

  • Tunnel Armor
  • *
  • Posts: 149
  • Gender: Male
  • FF6AE coder
    • View Profile
    • Madsiur's Lair
Re: FF6 - Fixing the A8 event command?
« Reply #1 on: February 20, 2013, 06:07:36 PM »
It's in bank C0. I can't really help you with the cause of your problem though:

Code: [Select]
Show Floating Island soaring into the sky
(gen. act. A8)

C0/BA51: 200505  JSR $0505
C0/BA54: 207403  JSR $0374      (turn off H/DMA, auto joypad read, NMI, and the screen)
C0/BA57: 220668C2 JSL $C26806
C0/BA5B: 201505  JSR $0515
C0/BA5E: 207403  JSR $0374      (turn off H/DMA, auto joypad read, NMI, and the screen)
C0/BA61: 207305  JSR $0573
C0/BA64: A901    LDA #$01
C0/BA66: 4C5C9B  JMP $9B5C


Kalix

  • Wing Raptor
  • *
  • Posts: 9
    • View Profile
Re: FF6 - Fixing the A8 event command?
« Reply #2 on: February 20, 2013, 06:14:33 PM »
Fixed. I don't know when or how, but I modified that xD

Thanks a lot :)