Originally posted by TrebleTrouble
Well, MazeB's script sounds interesting. To check that out, I need a code with that you can enable and disable some items and/or upgrades so I can disable the booster and enable the Tow Rope. A Room Warping code could be useful, too.
I'll see what I can do. Disabling the booster doesn't really do anything, it's the FlagID that gets set to true when you get any one booster. So, what matters isn't that you have a booster, but that this flag is raised.
This is the relevant code in MazeB. I checked the code in Almond, the item you get (the Tow Rope) is really item 0030.
Keep in mind that Prof Booster has
FlagID 741, Event 501, Flag 6000,
meaning that you can interact with him (flag 2000) and that he's invisible when the FlagID (741) is true (flag 4000).
#0501
<KEY<ITJ0030:0503<FLJ0741:0502
[...LOTS OF DIALOGUE...]
<NOD<CLRTake this with you.<NOD<CLR<FAC0000<IT+0018<GIT1018
Got the Booster v0.8.
[...MORE DIALOGUE...]
<FL+0741<FL+0834<ANP0501:0020:0000<END
#0502
<KEY<MSGI pray for your...<NOD<END
#0503
<KEY<MSGOoh...<NOD<END
Now, theoretically, flag 741 could get set to false somewhere after you escape from the Waterway. But to my knowledge, it doesn't.
This is the relevant code in Pens1:
Event 651 gets called when you walk past a certain point in Pens1 and is only visible when flagID 160 is true.
#0651
[...DIALOGUE AND ANIMATIONS...]
<IT+0023<FL+0744<FL+0162<GIT1023
<MSG
Got the =Booster v2.0=.<WAI0030<NOD<CLO<GIT0000
[...MORE ANIMATIONS AND DIALOGUE...]
<FL-0160<FL+0161<FL+0741<PS+0004:6004<END
As you see, flag 741 gets set to true, meaning that once you have the Booster 2.0 or the Booster 0.8, Prof Booster doesn't appear in MazeB anymore.
Now, granted "Ooh..." isn't super-interesting dialogue, but it's just something I stumbled upon.
Also, Almond has SO MANY unused events, it's rather silly. They are all empty, though.
Edit: River also has a transport script at (155,1) that brings you to Almond. Which is weird because:
a) You get to River through Drain.
b) It's impossible to get to (155,1).
c) It transports you into the air.
|