Users browsing this thread: 1 Guest(s)
Need Some Help

#25
Posts: 3,970
Threads: 279
Thanks Received: 236
Thanks Given: 58
Joined: Oct 2011
Reputation: 65
Status
Tissue-aware
(03-30-2018, 04:18 PM)ShadowDreamer Wrote: But I went to Sketch in the hex edit by using the guide on Assassin17's site (http://assassin17.brinkster.net/code2i.txt) and went to this offset "C2/1520: 20 8A 29" which the guide says is where Sketch loads command data / etc. and tried editing it to A8 (which is the spell I want Sketch to use) and that didn't work. So I'm going to have to toy with it more.

You are on the right spot since the LDA is at $C2151F:

Code:
org $C2151F
    LDA !sketch_spell   ; load sketch spell

It should be a A9 00 since the ASM file has 00 as spell, so change the 00 after using xkas, or better, open the .asm file with a text editor and change the 00 here, save and then use xkas:

Code:
!sketch_spell    = #$00      ;change for whatever spell ID in hexadecimal

If your ROM had no header and you did things correctly then my code changes have an error, I'll check this in the next few days.
  Find
Quote  



Messages In This Thread
Need Some Help - by ShadowDreamer - 03-18-2018, 11:46 AM
RE: Need Some Help - by madsiur - 03-18-2018, 11:55 AM
RE: Need Some Help - by ShadowDreamer - 03-18-2018, 12:13 PM
RE: Need Some Help - by PowerPanda - 03-19-2018, 12:11 PM
RE: Need Some Help - by ShadowDreamer - 03-19-2018, 07:29 PM
RE: Need Some Help - by PowerPanda - 03-19-2018, 07:49 PM
RE: Need Some Help - by madsiur - 03-19-2018, 08:34 PM
RE: Need Some Help - by ShadowDreamer - 03-20-2018, 07:49 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 05:13 AM
RE: Need Some Help - by madsiur - 03-21-2018, 07:20 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 08:58 AM
RE: Need Some Help - by PowerPanda - 03-21-2018, 09:55 AM
RE: Need Some Help - by PowerPanda - 03-20-2018, 11:56 AM
RE: Need Some Help - by Robo Jesus - 03-21-2018, 11:58 AM
RE: Need Some Help - by madsiur - 03-21-2018, 12:40 PM
RE: Need Some Help - by ShadowDreamer - 03-21-2018, 06:18 PM
RE: Need Some Help - by madsiur - 03-21-2018, 08:09 PM
RE: Need Some Help - by ShadowDreamer - 03-22-2018, 05:57 AM
RE: Need Some Help - by madsiur - 03-22-2018, 01:03 PM
RE: Need Some Help - by ShadowDreamer - 03-23-2018, 07:09 AM
RE: Need Some Help - by madsiur - 03-23-2018, 07:43 AM
RE: Need Some Help - by Robo Jesus - 03-25-2018, 10:46 AM
RE: Need Some Help - by madsiur - 03-25-2018, 12:18 PM
RE: Need Some Help - by ShadowDreamer - 03-30-2018, 04:18 PM
RE: Need Some Help - by madsiur - 03-30-2018, 08:31 PM
RE: Need Some Help - by madsiur - 04-03-2018, 11:00 PM
RE: Need Some Help - by ShadowDreamer - 04-14-2018, 11:17 PM
RE: Need Some Help - by ShadowDreamer - 04-19-2018, 02:14 AM
RE: Need Some Help - by madsiur - 04-19-2018, 02:29 AM
RE: Need Some Help - by ShadowDreamer - 04-19-2018, 10:55 PM
RE: Need Some Help - by ShadowDreamer - 06-08-2018, 12:49 AM
RE: Need Some Help - by dn - 06-08-2018, 09:38 AM
RE: Need Some Help - by GrayShadows - 06-08-2018, 03:00 PM
RE: Need Some Help - by ShadowDreamer - 06-08-2018, 06:11 PM
RE: Need Some Help - by GrayShadows - 06-14-2018, 12:05 PM

Forum Jump:

Users browsing this thread: 1 Guest(s)


Theme by Madsiur2017Custom Graphics by JamesWhite