Users browsing this thread: 1 Guest(s)
Shorter Rage List? (Battle)

#8
Posts: 175
Threads: 11
Thanks Received: 10
Thanks Given: 8
Joined: May 2013
Reputation: 13
Status
Well-Fed
Oh, hey, I have notes on this!

You've found the appropriate addresses, but I can offer a little more clarity on the values. Here's the snippet I did up for BNW:

Code:
; Rage menu length
org $C184F9
        CMP #$1C        ; Total rages /2 - 4


; Rage scrollbar
org $C1854A
        LDA #$1C        ; # of scrollbar rows (see above)
        STA $36
        LDX #$0140        ; (pixels?) per scrollbar row
        STX $2E            ; Adjust as necessary so scrollbar end-point is where you want it. This should be appropriate-ish, but can definitely be fine-tuned.


For each battle menu, the value you're looking for is "number of total rows - number of initially displayed rows". Since the menus display four rows to start with, the second value is always 4. The first value varies based on a few things. Rages (and magic) are divided by two because there are two columns, and interestingly there's actually a minor bug in the in-battle Lore menu, because despite the menu being converted to one-column in the English version, it still halves the base-value based on it being a two-column menu in Jp. The value is the correct #14 at C1/8336 (for menu length), i.e. 20d = 24 - 4, but is the original Jp #08 at C1/838F (24 / 2 - 4), causing the scrollbar to act improperly.


Current Project: FF6: Tensei | Discord ID: TristanGrayse
  Find
Quote  
[-] The following 1 user says Thank You to GrayShadows for this post:
  • C-Dude (02-21-2020)



Messages In This Thread
Shorter Rage List? (Battle) - by C-Dude - 02-17-2020, 06:10 AM
RE: Shorter Rage List? (Battle) - by Catone - 02-17-2020, 05:44 PM
RE: Shorter Rage List? (Battle) - by C-Dude - 02-17-2020, 08:19 PM
RE: Shorter Rage List? (Battle) - by Catone - 02-18-2020, 10:45 AM
RE: Shorter Rage List? (Battle) - by C-Dude - 02-18-2020, 08:01 PM
RE: Shorter Rage List? (Battle) - by Catone - 02-20-2020, 07:45 PM
RE: Shorter Rage List? (Battle) - by C-Dude - 02-20-2020, 08:18 PM
RE: Shorter Rage List? (Battle) - by GrayShadows - 02-21-2020, 07:44 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite