Created
June 3, 2022 01:36
-
-
Save Bl4ckSh4rk/91b76f4e1664f1d4f641c7a3210e219c to your computer and use it in GitHub Desktop.
Disable the Union Room checks in Pokemon Emerald when entering the Pokemon Center
This file contains 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
Disable Union Room Check | |
----------------------------- | |
Pokemon Emerald (ENG) | |
0x271982: B1 → E2 | |
0x271A5A: B1 → E2 | |
0x277C30: 25 A4 → 00 00 | |
----------------------------- | |
Pokemon Esmeralda (ESP) | |
0x275786: B5 → E6 | |
0x27585E: B5 → E6 | |
0x27BAC2: 25 A4 → 00 00 | |
----------------------------- | |
Pokemon Emeraude (FRA) | |
0x276C43: 72 → A3 | |
0x276D1B: 72 → A3 | |
0x27D1F8: 25 A4 → 00 00 | |
----------------------------- | |
Pokemon Smaragd (GER) | |
0x27D083: B2 → E3 | |
0x27D15B: B2 → E3 | |
0x2839AC: 25 A4 → 00 00 | |
----------------------------- | |
Pokemon Smeraldo (ITA) | |
0x2715D9: 08 → 39 | |
0x2716B1: 08 → 39 | |
0x27791C: 25 A4 → 00 00 | |
----------------------------- | |
Pocket Monsters Emerald (JAP) | |
0x242A1C: 4B → 7C | |
0x242AF4: 4B → 7C | |
0x24790F: 25 A1 → 00 00 | |
----------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When entering the Pokemon Center, the game will check for players in the Union Room, even if no Wireless Adapter/Linkcable is connected, resulting in minor visible lag.
See Disabling Union Room check when entering Pokémon Centers for details on the script.