diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 13:00:35 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-01-22 13:00:35 -0500 |
commit | 7cef012335f0bb335833a3ea36fd02dfa31cfbea (patch) | |
tree | 700e7161b90e2ca3c32598585b76828c1ad160db /constants/map_data_constants.asm | |
parent | 6ecf18aa52b79131fbf0cce85c41d3cae617100a (diff) |
wUnlockedUnowns engine flag constants
Use local labels for "End"ings
Diffstat (limited to 'constants/map_data_constants.asm')
-rw-r--r-- | constants/map_data_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/map_data_constants.asm b/constants/map_data_constants.asm index 7bb9dbd70..d35966b28 100644 --- a/constants/map_data_constants.asm +++ b/constants/map_data_constants.asm @@ -97,7 +97,7 @@ const_value = -1 const SPAWN_OLIVINE const SPAWN_ECRUTEAK const SPAWN_MAHOGANY - const SPAWN_LAKE + const SPAWN_LAKE_OF_RAGE const SPAWN_BLACKTHORN const SPAWN_MT_SILVER const SPAWN_FAST_SHIP |