Users browsing this thread: 1 Guest(s)
v3.0 Code Requests and Last of the Bug Fixes

#2
Posts: 383
Threads: 34
Thanks Received: 10
Thanks Given: 13
Joined: Dec 2018
Reputation: 18
Status
Moog
(02-23-2021, 05:22 PM)Gi Nattak Wrote: - charmed status have character laughing ala Chrono Trigger.

Code:
+ C1/308D:    A9 0A        LDA #$0A  ====>   A9 0D        LDA #$0D
(Makes Sleep use the MapDead pose)
+ C1/3095:    A9 25        LDA #$25  ====>   A9 26        LDA #$26
(Makes Confuse interrupt its spinning with laughs)

This is what I use for this purpose in ReCast.  The character will still throw their arms up, but instead of animating a spin, they will laugh and then throw their arms up again.  Should hopefully be the same addresses unless Mads moved a bunch of vanilla stuff in C1.

'Tis a big list.  I hope that you can get the code you need.

Oh, and Runic/Retort on death:
Code:
(On death data: Added an extra quick removal of Runic and Retort)
C2/06CC: 20 3B 67     JSR $673B  [Was 20 C8 07]

(Former free space, 11 bytes used)
C2/673B:
BD 4C 3E        LDA $3E4C,X
29 FA            AND #$FA    (Remove Runic and Retort bits)
9D 4C 3E        STA $3E4C    (And save it)
4C C8 07        JMP $07C8    (Go to the subroutine that was originally there)
You'll have to find free space for it, but it's pretty easy to turn off.
  Find
Quote  
[-] The following 1 user says Thank You to C-Dude for this post:
  • Gi Nattak (02-24-2021)



Messages In This Thread
RE: v3.0 Code Requests and Last of the Bug Fixes - by C-Dude - 02-24-2021, 10:06 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite