Chrono Trigger any% TAS by inichi

Finally, I made it. I'm sorry for keeping the entire movie-making process secret and not posting any WIP on the forum. The expected improvement was so gigantic that I couldn't resist an inpulse to make the run surprising. Also, the submission text is still incomplete. I think this is a bad thing. However, considering these facts:
  • Most part of the run is totally new stuff. So it would take a long time to cover them all, even in Japanese, my native language.
  • This is a long-term project; I started making the run in August 2007.
  • Chrono Trigger is a very popular RPG, and not a few people have been interested in how the run is going.
I thought it would be better to submit the run as fast as I could than to write up full texts and submit it. I will upload the rest of the submission texts little by little.

Emulator Details

  • Recorded on snes9x-1.51-rerecording-svn-r51
  • Left+Right/Up+Down - off
  • Volume Envelope Height Reading - off
  • Fake Mute desync workaround - on
  • Sync samples with sound CPU - off
Note: To play the movie correctly, you must use Snes9x1.51 v5 or newer version; otherwise the movie will desync in about 1.5 minutes. You can get the latest Snes9x 1.51 here. YouTube link is also available. Thanks to nesrocks!

Run Attributes

  • Abuses glitches
  • Abuses programming errors
  • Aims for fastest possible time
  • Corrupts save data
  • Manipulates luck
  • Genre: RPG
Note: I'd highly recommend you skip 1:45-3:45 because that part is very repetitive for abusing the item duplication glitch.

About the game

Chrono Trigger is a memorable role-playing game developed and published by Square in 1995. The story is about a boy named Crono who travels through time with his friends to save the world from an alien parasite, Lavos. The game is also recognized as one of the best RPG, attracting a lot of new fans even today.

About the movie

This is a 3 hour 59 minute 48 second improvement over Hero of the Day's current published run. The improvement mostly came from massive new tricks and glitches. See the below "Tricks and Glitches" section for details.

Tricks and Glitches

In this section, I will give a full explanation of all glitches and tricks I used in the run.

Item duplication

This is a glitch to duplicate items by loading a corrupted save file.
Mechanics: It takes 2 frames to save the game in Chrono Trigger. some values between 7E2400 and 7E264F are overwritten in SRAM in order in the first frame; the rest of them and values in addresses after 7E264F are overwritten in order in the second frame. That means you can get a half-saved save file if you reset the game in the first frame of saving. Off course, this is an invalid procedure for the game, so the target data is deleted. In Chrono Trigger, however, you can load the corrupted data by pressing A and up/down key at the same time in the load screen.
Also, for the reason mentioned above, you can only affects on 7E2400-264F by resetting in saving. What are in those memory addresses are like this:
  • 7E2400-FF: Item ID (last 14 bytes are unused).
  • 7E2500-FF: Item number (last 14 bytes are unused).
  • 7E2600-4F: Crono's status
How many addresses between 7E2400-264F are overwritten in the first frame are slightly influenced on the previous key presses and cursor movements. Basically, you can manipulate it to some extent by changing them or costing a few frames. To make things easier, I used a lua script.
How to duplicate an item? Item duplications are basically classified into three methods. I'll explain for each method.
Explanation of the chart: Using data is a data that you use to save. Object data is a data that are saved in the glitch-use. Result data is a data you get after the glitch-use. Bronze means Bronze Helm; Hide means Hide Cap. Null means there are no items in the slot. Numbers next to them means item number.
Method 1:
Using dataObject dataResult data
Null 0Null 0Null 0
Null 0Null 0Null 0
Bronze 2Hide 1Bronze 1
Hide 1Bronze 2Hide 2
This method is kind of switching. Only item ID is overwritten, and you can get two items with different ID. This is done in one reset.
Method 2:
Using dataObject dataResult data
Null 0Null 0Null 0
Null 0Null 0Null 0
Bronze 2Hide 1Bronze 1
Hide 1Bronze 2Bronze 2
This method is basically the same with the first one except that the below item ID isn't overwritten. As a result, you can get the same items that have different numbers. This requires extreme precision, unless you insert some null slots around the border, which is slower. This is also done in one reset.
Method 3:
Phase 1:
Using dataObject dataResult data
Hide 1Null 0Hide 1
Bronze 2Null 0Bronze 2
Null 0Hide 1Null 1
Null 0Bronze 2Null 2
Phase2:
Using dataObject dataResult data
Null 0Hide 1Null 1
Null 0Bronze 2Null 2
Hide 1Null 1Hide 1
Bronze 2Null 2Bronze 2
Phase3:
Using dataObject dataResult data
Hide 1Null 1Hide 1
Bronze 2Null 2Bronze 2
Null 0Hide 1Hide 1
Null 0Bronze 2Bronze 2
This method is the most complicated, but most powerful one of all. With this method, you can extend items over the above null slots. This actually can be done with Method 2. However, it is much slower because it requires you to buy other items for replacement in each use, which takes much time. This method also requires extraordinary precision, unless you insert some null slots around the border, which is slower. You need to reset three times for this method.
How they were used in the run? Duplicating Hide Caps and Bronze Helms and having them in 98 slots with three methods. This is what I did in the first 3.5 minutes in the run. I'll write it down step by step:
First, I bought 1 revive and 20 Tonics from the merchant at the fair for 400G, Crono's pocket money. With Method 1, Two items ID were switched, resulting in 20 Revives and 1 Tonic, both of which were immediately sold. With that money, I bought a Bronze Helm and 5 other items from two merchants. Second, with Method 2, I changed 5 items into Bronze Helms and Hide Caps. Now I had Bronze Helms and Hide Caps in 7 slots. Finally, with Method 3, I extended them over the above null slots. The actual pace is like this: 7-13-25-49-98. Thus, I got Hide Caps and Bronze Helms in 98 slots.
Having the same type of equipment in 98 slots allows you to access various memory addresses via the equipment screen in Chrono trigger. This is actually the only purpose of all item duplications I did in the first 3.5 minutes. I'll explain the detail in the below section.

Accessing various memory addresses.

As stated above, Having same type of equipment in 98 slots allows you to access various memory addresses that you normally can't.
Mechanics: When you call on the individual equipment screen, item ID that corresponds the equipment type that the cursor currently points out is stored in 7E0F00-60; item number in 7E0F61-C2 as well. All they appear in the equipment selection screen. Yes, as you can see, each has only 96 bytes for their purpose. So if you have the same type of equipment in more than 96 slots, item numbers will flow into 7E0FC3 or later addresses. It is required to flow them into 7E0FC4-6 to access various memory addresses. This is why you need to have them in 98 slots at least. I write down the function of those addresses:
7E0FC4: Decides how many the cursor can move in the character selection screen.
7E0FC5: Decides where the cursor is in the equipment screen. It also works as an offset when you equip, which is stored in C2A4AB-A5AA, and it works like this: 7E2600+xx (in Crono's case)
7E0FC6: Decides how many the cursor can move in the equipment selection screen.
In my run, I accessed and overwrote these three addresses: 7E2985, 7E2980 and 7E2990.
7E2985: An address for a third reserve character. You cannot access 7E2983-84 because any appropriate address doesn't have 13-15, 63-65, B3-B5. I stored 0A in 7E2985, which saved a lot of time when accessing 7E2980. Also, although the address is for a third character, it is treated as it is just under the main three characters when no one is in the first or second reserve.
7E2980: An address for the first party character. You can't access 7E2981-82 since any appropriate address doesn't have 11,12,61,62 B1, and B2. This was rather inconvenient, but not much. This address was heavily accessed and overwritten throughout the run to call out a character who must be in a cutscene or to use "Character warping" trick that will be picked up later.
7E2990: An address for the configuration setting. By modifying the configuration setting, you can store any value out of 256 in the address. Because you are accessing it via the equipment screen, if you equip something with it, the value in the address appears as an item in the item inventory. The thing is, you can retrieve any item from this address.
The alternative way to retrieve an item is to use an address of one character of name strings. The problem with that plan is, once you retrieve an item from it, you can't use the character for that purpose again. I needed three different items in the run, Bike Key, Elixir and Green Dream. That means I have to change the item order twice to withdraw an item from another character, which would consume time.

Character warping

Every time you open the pause menu, all your three character X-Y coordinates are stored in proper addresses. However, if a missing number is in your party and he is not in the first, the appropriate address is not updated. And then, if you replace the missing number with a normal character, the character appears on the coordinates which was stored in when you previously opened the menu. Now a second or third character warping happens. After you use the warping trick at least once in an area, coordinates stored in the addresses always take the same value with a normal character one even if a missing number is in your party. Therefore, you can make even the first character warp by keeping the missing number in the party in the first warp, and just replacing him with a normal character.
Very unfortunately, this isn't applied to overworld coordinates. If it was feasible, the run would shrink by another 10 minutes.

Character sliding

Normally, a second and third character mimic the first character's movement. However, if he is a missing number, he can't mimic the first. Instead, the movement he should have mimicked stacks up in proper addresses until a counter reachs 128 and erases them all. With enough such stacks, if you replace a normal character with the missing number, the character starts sliding, mimicking the movement that has stacked up. While sliding, the character can go through any obstacles.
To make the most of this, you need to use the character warping once or change a character order beforehand so that missing number's next X-Y coordinates could be subject to the normal character's one. Otherwise, a character called out will warp far away and start sliding there, which is unfavorable.

Marle join skip

If you talk to either one of the two merchants with Marle in the party, he sets a flag to remove the men who block the way to Telepod area. Thus, you can entirely skip the marle joining cutscene and enter Telepod area.
Alternatively, you can go through those men in the same way as used in the Factory, which will be mentioned in the below section. When you go back from Telepod area, however, they block your path, and you have to go through them again. So it's a waste of time, though it might be useful for a new game+ run.

Pause menu abuse

By opening the pause menu and leaving it when the screen starts to fade out, you can have a few frames to move in another direct. If you repeat this again and again, you can get to a point that would trigger a certain event, keeping the fade-out status. If you set a flag that determines if the event completed and let the fade-out be done, you are brought to the previous room and it is considered the event already finished.
This trick could have been featured as a main timesaver to skip some boss battles. However, due to the discovery of the more sequence-break glitch, the trick was used in only one place moderately: Telepod area, to skip Lucca’s dialogue.

Playing around at the Telepod area

Unless Crono picks up the pendant, you never lose control, which provides a first huge play-around time. This is useful not only to mess around, but also to make a moving counter of Taban and Lucca faster. Normally, the moving counter of them are incremented by 1 per 4 frames. However, if you keep touching him/her, it is incremented by 1 per 1 frame. Also this is a necessary step to completely skip Middle Ages. See the below section for details.

Middle Ages skip

In every gate transition, a flag that determines if you are in warping is set a few frames before the fade-out completes. That is, you can escape the area with the flag is on if you interrupt another fade-out, which was the entrance of Telepod area in my run's case. If you enter the gate area with the flag is on, the game considers you just got through the gate, and consequently open the gate with your character. In Telepod area's case, the game also considers you just returned from Middle Ages, and increments the storyline counter enough to trigger the trial events. A big timesaver, certainly. Also, Marle must be in the party when you enter the castle; otherwise the game freezes right after entering the castle.
Alternatively, I tested to go to Guardia Forest gate area instead of entering the Telepod area right soon, hoping to entirely skip the trial cutscene. As expected, Magus appeared from the gate; however, the gate disappeared soon and I wasn't able to go into it, proving it not useful for the run.

Candy skip

A flag that triggers the candy cutscene is set when Marle joins in Crono. Since Crono and Marle never met in a intended way in the run, the candy cutscene also never happened.

Getting out of the trial

In the flashback scene of the trial, the game makes the first character appear there. And if the first character isn't Crono, you can move him at free. If he is a missing number, nobody shows up there, but you can still open the menu. And then, if you call out a normal character, it meets the condition of "Character warping trick" and he appears in the same position with where you previously opened the menu. In my run, it is the south entrance of Leene’s Bell area. At this point, the storyline counter is enough to trigger the Marle runaway cutscene. Thus, you can skip the latter half of the trial and all the events in the jail. A huge time-saver, off course.
Also, Lucca must be in the party when you enter the castle; otherwise the game freezes after Marle runs out of the castle.

Arris Dome skip

Johnny appears at Lab 32 if you enter there with a Bike Key. That means you can completely skip Arris Dome, where you can get a Bike key from Doan after you finish all the events there. This may be not intense, but definitely a solid timesaver.

Bike Race skip

This is very similar to Middle Ages skip. A flag that determines if the race was over is set a few frames before a fade-out to the race track completes. Also, the fade-out is slower than the usual screen transition one. The thing is, if you start a fade-out to overworld just after you turn the key, you can escape to the overworld with the flag is set. "Character warping trick" only makes it possible, so you need a set up beforehand. I used a north edge of Lab 16 east for that purpose because it has the same Y coordinate with the south entrance of Lab 32. You may notice I did a strange behavior in Lab 16 east. That is exactly the set up for Bike Race skip.
Alternatively, you can directly get the needed Y coordinate at the south entrance of Lab 32. However, it requires to go out and in Lab 32 to avoid the freeze that results from the lack of characters. After all, it will be slower.

Warping to the main area of Lab 32

Once that flag is set, the entrance to the Lab 32 main area is activated. In Chrono trigger, most entrance never causes the fading out unless you move in there. That entrance, however, doesn't require such movement, and lets you go into the next area by just standing there. If you enter any location followed by a missing number, the game considers you are at (255,0), the right above place, which is in the entrance of Lab 32 main area. So the game immediately sends you into the main area.
There is another reason I had to use this trick: If you enter there followed by a normal character, Johnny tries to speak, but since he is outside the screen, he can't do it and the game freezes. Using this trick is the only way to avoid the freeze and advance the game.

Going through the barrier sprite

You can vertically go through the barrier sprite if it is outside the screen. To achieve this, you have to enter the room with a missing number in the first character. By this, the game considers you at (255,0) and then focus the camera on that point, which allows you to go through the barrier.
Alternatively, you can go through the barrier by using "Character sliding" trick instead. However, it requires one extra menu-opening, so I didn't use it, though I had no choice to use it when trapped out. Because this time it was required to move horizontally to go through the barrier.

Playing around with R-series

R-series bounce off only Crono. That means you can move around during the cutscene by fitting other character in the first, providing a second huge play-around time. It should be noted that Marle and Lucca won't do because they will take their regular position and just stand still. Like the Telepod area, this free-time is useful for shaving off frames. I did these two things for that purpose: 1) Erase the dialogue screen of R-series or Robo before they pop up by getting them out of the screen at the right timing. 2) Increments the moving counter of R-series by touching one of them at certain timing.
Normally, after Robo is knocked down, you become unable to move a character anymore. However, if you interrupt a fight with Alkalines just before losing control, R-series are also caught in the battle. This was supposed to be the fight with only Alkalines, so you can escape from them. Thus, you can gain control again. When the real R-series battle is about to start is the best timing you interrupt another Alkalines battle. With this, you can not only escape from them again, but also increments the storyline counter enough to open the door in Proto Dome.

Smoothly escaping

An escape counter builds up even when you open the technique or item menu in battle. The thing is, you can escape from a battle without being attacked by setting the battle mode "Wait", opening the either menu and holding the L+R buttons. This trick was featured in all the three battles in the Factory.

Robo repair skip

If you enter Proto Dome from overworld after the R-series fight, the game considers you just dragged Robo into, and make characters appear in front of the door for repair. That area is actually in warning area of the below enmies, so the characters start running down for fighting, though a fight starts halfway. When the fight finishes, you gain control and the repair cutscene never starts. At this point, the door to the gate room already opens; consequently, you can completely skip the Robo repair cutscene.
 
Also, when you enter Proto Dome, the first character must be Crono for these two reasons: 1) If you enter the gate room without Crono, the game freezes. 2) If a character is other than Crono, Marle, Lucca and Robo, he/she appears near the entrance, which doesn't awake the enmies and the game freezes.

Playing around at the End of Time

When you speak to snoaring Gasper, you are given a few frames to move around until he starts talking. And if you take the opportunity of talking to Robo twice, you can avoid losing control. This is actually temporary, and you will lose control as usual after you skip the dialogue. However, if you check the healing bucket right after skipping the dialogue, three party characters get together and you can gain control again, providing a third huge play-around time. In the non-glitched run, the trick saves little time, only allowing you to get slightly faster to the point that Gasper shouts "Hey!" to Crono. In the glitched run, however, the trick serves as the set up to perform "Lavos Shell skip" more smoothly and dramatically. I'll pick it up later.

Confusing Spekkio

If you talk to Spekkio while you are still running around the room, he claims to do it over. However, if you continue and complete it keeping the dialogue screen open, he thinks it as succeeded. This doesn't save any frames, but I added it to the run because I felt it would slightly enhance the entertainment value.

Lavos Shell skip

This trick makes full use of the characteristics of gate transition as well as Middle Ages skip does. This is definitely the most difficult trick to pull off. Here are some important facts:
  1. In every gate transition, your starting X-Y coordinates in the next location is set a few frames before a fade-out completes.
  2. If you open the menu in that tiny window, you can overwrite them with the current X-Y coordinates.
  3. If your characters appear at (7-8, 0-8), the entrance into Lavos's body, in the day of Lavos, they immediately jump into Lavos's body. The reason is that the entrance has the same features as the Lab 32 one: Fade-out occurs by just being at the appropriate position.
The thing is, if you manage to open the menu at (7-8, 0-8) at the End of Time just before the fade-out to the day of Lavos completes, you can completely skip Shell Lavos. Normally, this is out of the question. In the first place, (7-8, 0-8) is outside the moveable area. Second, you lose control right after checking the bucket to the day of Lavos, which means you can neither move nor open the menu anymore. To solve this problem, I used the following glitches:
  1. If you run around the End of Time autofiring the A button with a dialogue screen opened, the second and third character eventually fall behind the first.
  2. If the two are too far behind the first, they stop catching up with the first and newly start it with reference to the position they stopped. Note: You need to use the trick "Playing around at the End of Time" to reproduce these two glitches in a timely manner.
  3. Hold two gate messages, choose yes for each. Then if the second message screen closes just before the rest characters, who run at the first to fly for the first gate waping, joins in him, you can restore the function to open the menu even while flying.
  4. Under these conditions, if you change the order of characters twice, you can get out of flying and freely move.
To pull off these four glitches are required to skip Shell Lavos. Here is what I did in the run:
First, use the "Playing around" trick and get the other characters out of the screen with the first and second glitch while Gasper gives the long speech. Second, replace the three characters with Ayla, Magus and $17 when Gasper finishes the speech. The reason I call out Magus and Ayla is they don't take any action when Spekkio tries to give Magic, which saves a few hundred frames. Although it's not visible, Lucca, the third character, is at (8,0) at this point. These coordinates values are stored in the proper addresses, which will be really helpful later. Third, enter Spekkio's room and acquire Magic from Spekkio, no one actually gets it though. Now the bucket to the day of Lavos is activated. Fourth, check the bucket so that the Gasper's warning message doesn't hinder the third and fourth glitches.
Fifth, talk to Gasper because it is needed to show his dialogue to hold more than one gate message. Sixth, hold the Proto gate message, which is the shortest one of the three, and check the bucket. Seventh, use the third and fourth glitches and get right to the save point. Since the Lavos gate message was the first, warping to the day of Lavos is going to occur at this point. It should be noted that (8,0) is still stored in the addresses because only the first and second character were swithced. Eighth, right after the starting X-Y coordinates in the day of Lavos is loaded, use the character warp trick, send the first character into (8,0) and save the game. The save point effect lasts for a few frames after you leave there, so that's no problem to save on that position. Now the save file includes the day of Lavos as the current location, and (8,0) as the current position. Finally, reset the game and load the save file. Magus appears at (8,0) in the day of Lavos. As I stated above, that position is in the entrance to Lavos's body. Therefore, the game sends him into the inner body in a blink.
Now we've done Lavos Shell skip!
It is extremely difficult to pull off, but the result is priceless. For the record, this is my favorite trick of all I have discovered.

Instant kill

Normally, when a character with the Green Dream is defeated, he automatically revives. However, when two RNG conditions are satisfied, the game temporarily considers him as dead. and if the other two characters are really dead at that point, he becomes unable to use an item on enemies instead of himself. If you use an Elixir on an enemy and the sum of its current HP and the HP heal is more than 32768(0x8000), that causes overflow and does instant kill. Inner Lavos has 20000 HP; Lavos Core has 30000 HP. Therefore, you can immediately finish those battles with the glitch. This is why I had to get a Green Dream and an Elixer from the configuration setting address.
Also, for some reason, the glitch never occurs if the character has any status effect such as protect or chaos on him/her. I guess this is why the trick had not discovered for a long time.

Useful key combinations

There are three useful key combinations to be mentioned:
X: If you press the X button in battle, you can point at an enemy as an attack target wherever the cursor is. This was helpful for targeting Lavos in using the instant kill glitch.
Start and Up/Down/L/R: Normally, you need 2 frames to move the cursor, as you have to insert null frame in each key press. However, if you press either the Up or Down key holding the start key, the cursor moves per one frame, which makes it possible very rapid cursor movements. The same goes for the L/R buttons. It normally requires 5 frames to scroll three pages; however, holding the start key reduces it to 4 frames. It should be noted, however, that it can be applied in only three places: the item inventory, the equipment selection screen, and the shopping window. In battle, for example, holding the start button will do nothing. This really comes in handy in a save-corruption run because you have to move up and down in the item inventory multiple times to perform the item duplication glitch properly.
B and Start: Once these two buttons are pressed in the pause menu or the character change menu, every frame is treated as the B button pressed until you leave the menu. Thus, you can immediately get out of the menu no matter where you are. Note that this is slightly faster than the normal method because it requires null frame in each B button presses.

Thanks

(in no particuarly order)
  • Bisqwit - For running the whole TAS Videos community. He is also one of them who tried to make a CT TAS.
  • Geiger - Using his Snes9x debugger, I could develop the item duplication glitch into the setup for a game-breaking glitch. Also his various texts on his CT hacking results were very informative and helpful.
  • Gocha - I learned how to make a TAS from his weblog. He also has fixed various bugs and implemented some good features on Snes9x 1.51.
  • Hero of the Day - Watching his TAS, I decided to make a CT speedrun. He developed lots of good boss strategies, all of which are just plain awesome. I used most of them in my speedrun, some in my test TAS.
  • Mashmallow - I referred his movie on SDA several times when I tried to break his record.
  • Molotov - He introduced my first CT speedrun to SDA and TAS videos, which broadened my perspective and has finally brought me here.
  • Nanashi(七誌) - He implied there were more tricks that I had not known then, which motivated me to discover new tricks more and more.
  • Okuto(オクト) - A Japanese CT speedrunner. It was his reports on his run that I first knew about CT speedrun.
  • Reudy(ロイディ) - A very skillful Japanese CT speedrunner. he made a 100% CT run on console and even found some useful tricks for TAS.
  • Ryuuou Leo(竜王レオ) - A website manager of Japanese CT site, providing a community to discuss CT speedrun. He is also a good CT player.
  • Saturn - I learned how to make an optimized CT TAS by analyzing his new game+ TAS.
  • Tilus - At the beginning of making a CT speedrun, I followed his posts one by one, which were really suggestive and helpful.
And finally, I would really thank to all the people on TASvideos. If you had not been, I would never be able to make this run. I'd really appreciate it.
I hope you will enjoy the run!

adelikat: Accepting for publication as a "glitched any%" category.
ShinyDoofy: Might as well get some use of the effort I put into Snes9x 1.51 on Linux... Claiming for encoding.

adelikat: Some good points in the discussion in the forum topic has caused me to change my mind. This will obsolete the current movie. Mainly this keeps our options open the most. The published movie is very outdated. This gives the option of re-deciding if we want a non-glitch any%, or a 100%, or a "all aspects" run, or whatever category might be most appropriate.

1 2 3
6 7
Skilled player (1404)
Joined: 10/27/2004
Posts: 1977
Location: Making an escape
Some entertainment that was. >_>
A hundred years from now, they will gaze upon my work and marvel at my skills but never know my name. And that will be good enough for me.
Sir_VG
He/Him
Player (39)
Joined: 10/9/2004
Posts: 1911
Location: Floating Tower
I see it, and I don't believe it. WTF happened to Chrono Trigger?! I came to watch a TAS and instead I got some bizarre sequence of events. I think my brain just exploded.
Taking over the world, one game at a time. Currently TASing: Nothing
Joined: 11/11/2007
Posts: 242
Location: the 1950s
SEQUENCE BREAKING AT ITS FINEST This confuzzled my brain. I got lost the second he walked into the fair. Nonetheless pretty damn epic. Definitely yes.
Currently working on: -Possibly the Wily Tower (Mega Man the Wily Wars)
Emulator Coder, Former player
Joined: 10/2/2005
Posts: 563
Location: Toronto, Ontario
I hope an explanation of what's actually happening is coming soon .... Either way, by far the most surprising movie I've seen in a long time :)
Player (208)
Joined: 7/7/2006
Posts: 798
Location: US
Brilliant run. I can only imagine the magnitude of the memory manipulation puzzle going on behind the scenes. I've been looking forward to this run for a long time and the improvement is just insane. Definite yes vote. I would also 10/10 if available. I would personally also vote for a second category, but the second category would theoretically go to inichi's previous test run if submitted. Where would the line be drawn for glitches though.
Experienced player (822)
Joined: 11/18/2006
Posts: 2426
Location: Back where I belong
I very much hope that you provide some further explanations for the glitches that you use, inichi, so that us mere mortals can hope to understand just a little of what is going on. In any case, this is an incredible movie you've made. There isn't even a word to describe how broken this game is now.
Living Well Is The Best Revenge My Personal Page
Joined: 4/5/2007
Posts: 72
I must have fallen asleep for 22 minutes, as I remember having this weird dream where Chrono Trigger was just a bunch of screen manipulation for some really random glitches and sequence breaks. Yes from me, should probably go into an any% glitched though.
Player (120)
Joined: 2/11/2007
Posts: 1522
y
I make a comic with no image files and you should read it. While there is a lower class, I am in it, and while there is a criminal element I am of it, and while there is a soul in prison, I am not free. -Eugene Debs
Editor, Skilled player (1172)
Joined: 9/27/2008
Posts: 1085
You know, when I started watching this, it all seemed relatively normal, but then, suddenly and without warning, you saved the game. Repeatedly. Now, I know that there are parts of the game where one needs to save once in case they lose, but for this run, you needed to save many, many times just to begin. This proves just how difficult it is to do this run! However confusing the run actually is, you did something. I can tell, because there's this dramatic music playing, so you've got to be doing something good in a heroic manner! Now, few runs can truly say they altered the story itself, but this has been one of the most dramatic alterations of the story that one can get. Let the viewer fill in the blanks in this glitched out run, and we've got an awesome new story that would never have otherwise been told. Seeing as I watched the run on YouTube and noticed how crazy the run is, I thought I should share my thoughts. I'm not sure how well my humor will translate to someone not native to the language I use, but I felt like writing this out while watching this TAS. By the way, this may only be a formality at this point, but I say "yes".
Player (57)
Joined: 7/7/2008
Posts: 872
Location: Utah
Let me put this TAS this way. Yes, yes, and more yes, you can't get anymore broken up than that. If only Final Fantasy were more like that.
Active player (292)
Joined: 12/16/2008
Posts: 458
Location: Houston
Honestly I didn't find it very entertaining. It's an easy yes anyway just because it's so much quicker then the current one. That said, if I wanted to watch a rpg tas that abuses save corruption (I'm assuming that's whats happening) I'd watch Pokémon yellow, it's a 10th as long.
Experienced player (954)
Joined: 12/3/2008
Posts: 936
Location: Castle Keep
mmbossman wrote:
...so that us mere mortals can hope to understand just a little of what is going on...
That is so true :p More seriously, i would bet on a memory overload / corruption from that sick dupe early in the run, i dont think he use that many different caracters after all, alltought it seem he "made" (duped or whatever) a bunch of em I felt he was playing with some kinda of debug menu at first :D
Joined: 11/4/2007
Posts: 1772
Location: Australia, Victoria
Never ever played Chrono Trigger. I don't care, going by the comments, this sounds great. Yes, I am a lazy bum that cannot be bothered setting up the emulator. We have encoders for that. *bricked*
Editor, Emulator Coder, Expert player (2105)
Joined: 5/22/2007
Posts: 1134
Location: Glitchvania
DrJones wrote:
Weak yes vote because the boring parts take a good chunk of the run.
That's what I want to say.
<klmz> it reminds me of that people used to keep quoting adelikat's IRC statements in the old good days <adelikat> no doubt <adelikat> klmz, they still do
Active player (302)
Joined: 9/2/2006
Posts: 504
Ummmmm....yeah...This is really not how i remember this game. Seriously, where the hell did magus come from all of a sudden, what the hell happend to the rest of the game and WTF, Ending up inside Lavos after loading a save? Definite yes. Some breif explanation of tricks would be cool. For the categorys discussion, I just thought i'd bring up the OoT case, That game has been broken to pieces as well, though the "all medallions and trials" run was accepted. A similar case could be done in CT, i.e an "All bosses" run. Kinda like the game was supposed to be played. Either that or 100% seems most logical.
Senior Moderator
Joined: 8/4/2005
Posts: 5770
Location: Away
I propose glitchless instead of all bosses. All bosses is the same stuff as this, except twice longer. Glitchless is going to be about 3.5-4 hour long, which I suppose will satisfy everyone entertained by grinding.
Warp wrote:
Edit: I think I understand now: It's my avatar, isn't it? It makes me look angry.
xPi
Joined: 8/1/2008
Posts: 58
I liked everything in the movie.
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
Watched the Youtube movie. Thanks Moozooh FODA! Yeah, I'd appreciate subtitles or something explaining what's happening in each menu manipulation step. Other than that, I liked it.
Joined: 6/1/2006
Posts: 64
Watching the Youtube run now. I admit the "menu chirping with intermittent pendulum" made me giggle far more than it should have. I can already tell this is going to be at least as awesome as the super-glitched Pokemon run.
Joined: 4/3/2005
Posts: 575
Location: Spain
This run not only does break the game in half, it also breaks the halves in a mandelbrot fashion. Hell yes! Not satisfied with obsoleting the previous movie by FOUR HOURS, you totally humiliate the rest of the movie by turning it into a mockery of itself, in which empty chairs are put on a trial and trapped characters just pass through the wall!! I think the secret resides on the first four minutes of the run, where you restart constantly to mesmerize us with the pendulus into believing anything you want us to believe. I also think save corruption glitches should have their own tag.
No.
KennyMan666
He/Him
Joined: 8/24/2005
Posts: 375
Location: Göteboj
...what'd I just watch? Yes.
Det man inte har i begåvning får man ta ut i energi. "I think I need to get to Snoop Dogg's level of high to be able to research this post." -Samsara Read my fanfic, One Piece: Pure Corruption
Editor, Active player (296)
Joined: 3/8/2004
Posts: 7469
Location: Arzareth
DrJones wrote:
This run not only does break the game in half, it also breaks the halves in a mandelbrot fashion. Hell yes! Not satisfied with obsoleting the previous movie by FOUR HOURS, you totally humiliate the rest of the movie by turning it into a mockery of itself, in which empty chairs are put on a trial and trapped characters just pass through the wall!! I think the secret resides on the first four minutes of the run, where you restart constantly to mesmerize us with the pendulus into believing anything you want us to believe.
I rate your post with 9.2 entertainment and an "approved" stamp :)
Joined: 8/7/2006
Posts: 344
Ouch, right in the childhood. Yes.
Joined: 4/2/2008
Posts: 103
Location: The Netherlands
I think categories for this game should now be based on either 'uses savegame corruption' or 'doesn't use the save system'. Either way I hope this run is published soon; it's a real gem.
ShadowWraith wrote:
Ouch, right in the childhood.
XIF
Joined: 2/7/2006
Posts: 58
1: Chrono Trigger 2: Pendulum 3: ??? 4: Profit. From what it looked like in the run... item duplication and save corruption to overwrite SRAM values from items to... characters? that took a while... And then you somehow set the flag for being imprisoned by having Marle go back in time and then just skipping it yourself, bringing her back with more SRAM corruption? And then 2300 AD i'm assuming was only needed to get Robo and properly get yourself to the end of time because of having more than 3 people travel in time. I'm utterly baffled by the sequence of events when you get to the end of time. And then you made lavos's helath roll over to a negative value because you healed him and the bit value that handles his health goes negative, i'm assuming? AND THEN MISSINGNO SAVES THE DAY!
<3 time attacks
1 2 3
6 7