Last active
November 27, 2021 23:09
-
-
Save RobertTheSable/06a6b72ff069b6025d33d46970474195 to your computer and use it in GitHub Desktop.
Enable aum to be used anywhere instead of only specific tiles/maps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; These patches replace a bcs in both locations to enable Aum's use anywhere in the game. | |
| ; The checks for the chapter number/tile are still performed, but the result is discarded. | |
| ; Note that this doesn't remove the PRF lock of either the B1 or B2 version. | |
| ORG $83E1E0 | |
| nop | |
| nop | |
| ORG $83F94A | |
| nop | |
| nop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment