Users browsing this thread: 1 Guest(s)
Initial Lore
05-11-2022, 11:35 PM
I thought just by going to FF3usME, click on the list of "start with" Lore attacks, and recruit Strago for the first time will do the trick. But it didn't. What I miss?
05-12-2022, 11:49 AM
Pretty sure Lore RAM is initiated at the start of a new game, not at character recruitment.
We are born, live, die and then do the same thing over again.
05-13-2022, 05:03 AM
(05-12-2022, 11:49 AM)Gi Nattak Wrote: Pretty sure Lore RAM is initiated at the start of a new game, not at character recruitment.
Yeah it's done during SRAM init:
Code:
C0/BE17: AF64F5E6 LDA $E6F564
C0/BE1B: 8D291D STA $1D29 (set Strago's known lores, byte 1)
C0/BE1E: AF65F5E6 LDA $E6F565
C0/BE22: 8D2A1D STA $1D2A (set Strago's known lores, byte 2)
C0/BE25: AF66F5E6 LDA $E6F566
C0/BE29: 8D2B1D STA $1D2B (set Strago's known lores, byte 3)
« Next Oldest | Next Newest »
Users browsing this thread: 1 Guest(s)