diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-10-03 01:20:23 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-10-03 01:20:23 -0600 |
commit | f9eb9172a672755544e54a0562ec77b34734dfd1 (patch) | |
tree | 8efd9def960a38efc876e6a5254b46ff4a121aa0 /constants/engine_flags.asm | |
parent | 24ab26d00dc7a89952df87b8cfc7b0f779d73403 (diff) |
Add map objects from bank 60.
Diffstat (limited to 'constants/engine_flags.asm')
-rw-r--r-- | constants/engine_flags.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/engine_flags.asm b/constants/engine_flags.asm index 082ffd64..f4da580e 100644 --- a/constants/engine_flags.asm +++ b/constants/engine_flags.asm @@ -60,7 +60,7 @@ engine_flag_def ENGINE_UNLOCKED_UNOWNS_UNUSED_6, wUnlockedUnowns, 6 ; $30 engine_flag_def ENGINE_UNLOCKED_UNOWNS_UNUSED_7, wUnlockedUnowns, 7 - engine_flag_def ENGINE_FLYPOINT_KRISS_HOUSE, wVisitedSpawns, 0 ; your house + engine_flag_def ENGINE_FLYPOINT_PLAYERS_HOUSE, wVisitedSpawns, 0 ; your house engine_flag_def ENGINE_FLYPOINT_VIRIDIAN_POKECENTER, wVisitedSpawns, 1 ; viridian pokecenter engine_flag_def ENGINE_FLYPOINT_PALLET, wVisitedSpawns, 2 ; pallet engine_flag_def ENGINE_FLYPOINT_VIRIDIAN, wVisitedSpawns, 3 ; viridian |