The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 895 - File: showthread.php PHP 7.3.33 (Linux)
File Line Function
/showthread.php 895 errorHandler->error




Users browsing this thread: 1 Guest(s)
How to make Sketch not suck

#1
Posts: 281
Threads: 18
Thanks Received: 13
Thanks Given: 8
Joined: Mar 2014
Reputation: 8
Status
None
Hey folks! I'd like to share with you all some code to improve the Sketch command. Sketch is an interesting ability hampered by two things: it uses the monster's stats rather than Relm's, which are generally really low; and the selection of available attacks are often outright garbage. The latter is fixable with FF3usME, but the first requires some code changes to fix.

With this patch, Sketch will use the attacker's stats (Vigor and Magic for physical or magical attacks, respectively).

Code:
hirom
;header
!freespace = $C2A694

;Put attacker level [or Sketcher if applicable] in $11AF
org $C22C21
PHX                  
LDA $3417       ;Get Sketcher
JSR newfunc     ;New code
LDA $3B18,X     ;Level
STA $11AF       ;Level
PLX                    
RTS                  

org !freespace
newfunc:
BMI .exit       ;Branch if no Sketcher
TAX             ;if there's a valid Sketcher, use their Level for attack
LDA $11A2       ;Spell Properties
LSR A           ;Check if Physical/Magical
LDA $3B41,X     ;Sketcher's Mag.Pwr
BCC .magical    ;Branch if not physical damage
LDA $3B2C,X     ;Sketcher's Vigor * 2
.magical
STA $11AE       ;Set Sketcher's Magic or Vigor
.exit
RTS
 Credits to Synchysi for parts of this code, which I lifted straight out of Brave New World.
  Find
Quote  
[-] The following 7 users say Thank You to seibaby for this post:
  • Catone (01-14-2020), doofenH (01-16-2020), Gi Nattak (08-24-2022), h.carrell (05-03-2022), Kugawattan (05-18-2017), PowerPanda (05-20-2017), Robo Jesus (01-16-2018)



Messages In This Thread
How to make Sketch not suck - by seibaby - 05-18-2017, 04:00 PM
RE: How to make Sketch not suck - by Lightning - 05-03-2022, 01:00 AM
RE: How to make Sketch not suck - by seibaby - 05-04-2022, 07:24 AM
RE: How to make Sketch not suck - by PowerPanda - 08-31-2022, 02:30 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite