Making Gogo "normal"
#2
Okaaaay. Looking at bank C3, I think you can actually make that switch just by changing one byte so that you bypass a lot of code.

Code:
C3/2244:    A509        LDA $09        (from C3/2222)
C3/2246:    8980        BIT #$80       (did you press B?)
C3/2248:    F00A        BEQ $2254      (branch if not, BPL...)
C3/224A:    20A90E      JSR $0EA9
C3/224D:    A904        LDA #$04
C3/224F:    8527        STA $27        (init the main menu, queue up to execute at C3/1A8A)
C3/2251:    6426        STZ $26        (fade out)
C3/2253:    60          RTS

That BEQ $2254 takes you to the code that handles Gogo's custom status menu, where it checks for Gogo and then exits (via RTS) if the character is not Gogo. Which meaaaaans that you /should/ be able to just RTS instead. I think.

This is untested! But give this a try. Change:

Code:
C3/2248:    F00A

to

Code:
C3/2248:    F009

which points that BEQ to C2/2253 instead of /2254, aka the closest RTS.
Current Project: FF6: Tensei | Discord ID: TristanGrayse
Reply


Messages In This Thread
Making Gogo "normal" - by Scorcher - 07-21-2014, 06:03 AM
RE: Making Gogo "normal" - by GrayShadows - 07-21-2014, 12:01 PM
RE: Making Gogo "normal" - by Scorcher - 07-21-2014, 01:54 PM
RE: Making Gogo "normal" - by GrayShadows - 07-21-2014, 02:05 PM
RE: Making Gogo "normal" - by Scorcher - 07-21-2014, 02:25 PM
RE: Making Gogo "normal" - by GrayShadows - 07-21-2014, 04:01 PM
RE: Making Gogo "normal" - by Scorcher - 07-21-2014, 05:38 PM
RE: Making Gogo "normal" - by GrayShadows - 07-21-2014, 08:08 PM
RE: Making Gogo "normal" - by Scorcher - 07-21-2014, 10:25 PM
RE: Making Gogo "normal" - by Gi Nattak - 07-21-2014, 10:48 PM
RE: Making Gogo "normal" - by Scorcher - 07-21-2014, 11:31 PM
RE: Making Gogo "normal" - by Gi Nattak - 07-21-2014, 11:35 PM
RE: Making Gogo "normal" - by Scorcher - 07-21-2014, 11:46 PM
RE: Making Gogo "normal" - by Scorcher - 07-25-2014, 03:01 AM
RE: Making Gogo "normal" - by Gi Nattak - 07-25-2014, 03:32 AM
RE: Making Gogo "normal" - by GrayShadows - 07-25-2014, 11:33 AM
RE: Making Gogo "normal" - by Scorcher - 07-25-2014, 04:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Coliseum normal battle doofenH 21 15,772 04-27-2022, 02:46 PM
Last Post: Gi Nattak
  Gogo select more commands? xDaygo 12 10,700 05-06-2020, 06:50 PM
Last Post: PowerPanda
  Unable to find Gogo's palette set in Hex Jeff 7 5,307 10-01-2019, 04:06 PM
Last Post: Everything
  Replacing Gogo with Daryl Jeff 11 9,460 06-11-2019, 04:52 PM
Last Post: Jeff
  GrayShadow's 'Giving Gogo Magic' code Gi Nattak 57 56,995 04-22-2016, 12:38 AM
Last Post: DrakeyC
  Making two different Jump commands Cyprus 4 5,315 10-26-2015, 02:44 AM
Last Post: Synchysi
  Gogo's Status Screen Command List Fenrir 4 5,430 02-06-2015, 06:04 AM
Last Post: Catone
  "Normalising" Umaro & Gogo aatc85 5 6,684 11-24-2013, 02:15 PM
Last Post: madsiur
  What is the best way to make Vicks and Wedge into "normal" party members? athenian200 3 4,024 06-25-2013, 01:20 PM
Last Post: B-Run
  Can I have Gogo assigned skills for everyone? cdizzle 5 6,666 03-31-2013, 10:11 AM
Last Post: madsiur

Forum Jump:


Users browsing this thread: 1 Guest(s)