Event PLM Extended
Release Date: May 20, 2021
Author: Benox50
Type: Assembly
Rating: Star Star Star Star Star
Links:
[download] .asm file (194 downloads)
Game: SM
Description
This is a fix for not always working Event PLM by JAM/Squishy,
Well its a complete rewrite,

It also add extra stuff:
-Set/Clear an event, either a trigger for samus or check if room item collected.
-Trigger earthquake if wanted
Media
No Screenshots Provided
Ratings and Reviews
By MetroidNerd#9001 on Jul 24, 2022 (Star Star Star Star Star )
Use this instead of the original Event PLM
By Tundain on Jan 28, 2023 (Star Star Star Star Star )
Really useful, events are very powerful
By OmegaDragnet9 on Jan 28, 2023 (Star Star Star Star Star )
A lot of great applications here. Nice to be able to link an item collection to an event or even unset that event. The earthquake is great because the event triggering can be obvious or enigmatic, depending on what the hack needs at that moment.

10-06-2023 Edit:

One thing that can be done (if you use a fair bit of custom BTS) is use the $949139 table inside this resource for your stuff as well. (You'll have to do so to keep from throwing alarms in SMART with your assembler.)

Or you can comment that table out and replace it with this BTS formula (originally from Smiley's Endgame BTS disassembly.)

!bts = $4E
org !bts*2+$949139
dw #BTS_PLM_Event

I've found it easier to go that route as I can simply copy the formula to whatever new BTS ASM it is I'm working on and just change the value of "!bts"

You must login to rate this resource