Author Topic: Glitch to defeat the Time Devourer  (Read 5233 times)

PrincessNadia78

  • Chronicler of Time
  • Acacia Deva (+500)
  • *
  • Posts: 544
  • I didn’t “pick up” anything! It’s common sense!
    • View Profile
Glitch to defeat the Time Devourer
« on: March 09, 2018, 11:06:30 pm »
So I read online earlier tonight that you can defeat the Time Devourer by HEALING it. The reasoning being that it has a HP of 32000 which is the max HP that the game can handle and when you heal it past 32000 it resets the counter and gives it a negative HP, hence defeating it. Tonight I tried this TWICE to make sure it really works and it does! Now honestly, I think it’s easier to beat it the normal way but it was still fun. I just had to share!!

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1763
  • Nu-chan
    • View Profile
    • Maurtopia
Re: Glitch to defeat the Time Devourer
« Reply #1 on: March 10, 2018, 12:20:58 am »
It seems that CT SNES has the same glitch, but Lavos's 30,000 HP would need to be healed by 2767 in one go to trigger it. It is a relatively easy fix, the max HP check just needs to happen before the negative (greater than 32767) check.

Acacia Sgt

  • Guru of Reason
  • Zurvan Surfer (+2500)
  • *
  • Posts: 2654
  • Forever loyal to the Acacia Dragoons
    • View Profile
Re: Glitch to defeat the Time Devourer
« Reply #2 on: March 10, 2018, 04:06:29 am »
Oh yeah, data overflow/underflow, that's the term for it, was it? Wouldn't say it's a glitch, more like, something that needs a failsafe in place. That's more common to happen than one might think. It's the cause of stuff like Ghandi's infamous aggresiveness in the Civilization Games, due to said stat underflowing into the negative it wraps back to the max value. Something like that.

Boo the Gentleman Caller

  • Guru of Life Emeritus
  • Hero of Time (+5000)
  • *
  • Posts: 5262
    • View Profile
Re: Glitch to defeat the Time Devourer
« Reply #3 on: March 10, 2018, 11:36:42 am »
That sounds like that could be a neat way to implement a non-traditional boss fight in a fangame. :)

Mauron

  • Guru of Reason Emeritus
  • Errare Explorer (+1500)
  • *
  • Posts: 1763
  • Nu-chan
    • View Profile
    • Maurtopia
Re: Glitch to defeat the Time Devourer
« Reply #4 on: March 10, 2018, 12:52:02 pm »
Now that I think about it a little more, the fix is trickier than I originally suggested. Chrono Trigger treats all HP modification (healing and damage) the same way, so just switching the order would make everything immortal.

I did address this in hack that allows an HP cap of 65,535.

Razig

  • Enlightened One (+200)
  • *
  • Posts: 232
    • View Profile
Re: Glitch to defeat the Time Devourer
« Reply #5 on: March 10, 2018, 01:48:00 pm »
It's a fun little trick, but I agree that it's harder than just beating the Dream Devourer the normal way, since you have to rough it up enough to make it enter its second stage, then heal all the damage you just inflicted.

I seem to recall the final boss of Final Fantasy Mystic Quest could be killed by curing him.

Kodokami

  • Entity
  • Dimension Crosser (+1000)
  • *
  • Posts: 1110
  • Enjoy the moment!
    • View Profile
Re: Glitch to defeat the Time Devourer
« Reply #6 on: March 11, 2018, 01:22:27 pm »
That's pretty neat. Isn't there another data overflow glitch in Chrono Cross with poison damage or something?

That sounds like that could be a neat way to implement a non-traditional boss fight in a fangame. :)
I like the way you think. :wink: