diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/engine_flags.asm | 2 | ||||
-rwxr-xr-x | constants/sram_constants.asm | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm index e452f7fa2..31a038196 100644 --- a/constants/engine_flags.asm +++ b/constants/engine_flags.asm @@ -18,7 +18,7 @@ const ENGINE_CREDITS_SKIP const ENGINE_BUG_CONTEST_ON ; 10 const ENGINE_BUG_CONTEST_TIMER - const ENGINE_12 + const ENGINE_SAFARI_ZONE const ENGINE_ROCKETS_IN_RADIO_TOWER const ENGINE_BIKE_SHOP_CALL_ENABLED const ENGINE_GIVE_POKERUS diff --git a/constants/sram_constants.asm b/constants/sram_constants.asm new file mode 100755 index 000000000..caac8347b --- /dev/null +++ b/constants/sram_constants.asm @@ -0,0 +1,3 @@ +; Mobile bank 5 +sMobileLoginPassword EQU $aa4b +LOGIN_PASSWORD_LENGTH EQU 17 |