Author Topic: Quick Question  (Read 1702 times)

Agent 12

  • Zurvan Surfer (+2500)
  • *
  • Posts: 2572
    • View Profile
Quick Question
« on: May 10, 2006, 09:27:40 pm »
Does anyone know A.  What memory is set to make it load "600 AD" instead of "?" in the lower left corner? Or atleast at what point in the game that changes to 600 AD and I can find it myself?

--jp

GreenGannon

  • Squaretable Knight (+400)
  • *
  • Posts: 460
    • View Profile
Re: Quick Question
« Reply #1 on: May 10, 2006, 09:58:04 pm »
Off the top of my head, I believe it's either when you talk to Marle, or when you talk to Lucca.

Shinrin

  • Chrono Trigger Threads of Time
  • Squaretable Knight (+400)
  • *
  • Posts: 487
  • Chrono Trigger Fan # 100
    • View Profile
    • Shinrin Cole
Re: Quick Question
« Reply #2 on: May 10, 2006, 10:51:39 pm »
Nah in the game, you go to the inn, and someone talk about the it being 600 AD. that's what triggers it to show 600 AD. i'll look in the 600 AD world map code though.

i seen some stuff about the counter to make the box appear, but nothing about the box at all though
« Last Edit: May 10, 2006, 11:28:47 pm by Shinrin »

JLukas

  • Fan Project Leader
  • Squaretable Knight (+400)
  • *
  • Posts: 426
    • View Profile
Re: Quick Question
« Reply #3 on: May 11, 2006, 12:20:38 am »
Shinrin's got it, in Location 072, Object 08, Activate, offsets 194-19C.  Not sure why it's doing the extra work of using a temp variable but if you copy those 3 lines of code over you should be fine.  Or try setting bit 01 in 7F01F6 directly and see if that works without side effects.

Agent 12

  • Zurvan Surfer (+2500)
  • *
  • Posts: 2572
    • View Profile
Re: Quick Question
« Reply #4 on: May 11, 2006, 02:07:51 am »
Alrighty, the temp variables weren't needed...though I have had times when I've had to use temp variables because some variables can't do byte math directly but that's besides the point.

7f01F6 bit 1, if you set it, then it'll show 600, not ?.

I'll add it to the memory map.

--jp