diff options
author | AquaticTyphoon <82350366+AquaticTyphoon@users.noreply.github.com> | 2022-01-06 15:16:17 -0600 |
---|---|---|
committer | AquaticTyphoon <82350366+AquaticTyphoon@users.noreply.github.com> | 2022-01-06 15:16:17 -0600 |
commit | b35eec2fa66e5ce5d6c5ad6a241091bb2563a3ae (patch) | |
tree | afd7f7fd9a3b7a7fa5d8be45706531db839264fa | |
parent | 64a7ee8810238aedb2aacd672391660ef9de41ca (diff) |
Updated Adding Support for Connectivity with Other Hacks Whilst Maintaining Connectivity with Vanilla (markdown)
-rw-r--r-- | Adding-Support-for-Connectivity-with-Other-Hacks-Whilst-Maintaining-Connectivity-with-Vanilla.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Adding-Support-for-Connectivity-with-Other-Hacks-Whilst-Maintaining-Connectivity-with-Vanilla.md b/Adding-Support-for-Connectivity-with-Other-Hacks-Whilst-Maintaining-Connectivity-with-Vanilla.md index c6aa27f..3c165b9 100644 --- a/Adding-Support-for-Connectivity-with-Other-Hacks-Whilst-Maintaining-Connectivity-with-Vanilla.md +++ b/Adding-Support-for-Connectivity-with-Other-Hacks-Whilst-Maintaining-Connectivity-with-Vanilla.md @@ -11,6 +11,7 @@ First, we want to open [include/constants/global.h](https://github.com/pret/poke + #define MODIFIER_NONE 0 // official games + #define MODIFIER_HELIODOR 1 // Heliodor. + #define MODIFIER_DX 2 // 4-2 is FireRed DX and 5-2 is LeafGreen DX ++ #define MODIFIER_TOBA 222 // Reserved by AquaticTyphoon#7935 for their TOBA region. ``` These are constant values for the different possible IDs we're gonna use. 1 and 2 have already been reserved but the tutorial will allow for 255 different IDs. Think of a number and define it like the following: |