Moved global/map metadata constants and schema into modules

This commit is contained in:
Maruno17
2020-10-16 22:05:38 +01:00
parent 71a4d09224
commit e82b5409fb
25 changed files with 170 additions and 164 deletions

View File

@@ -62,7 +62,7 @@ def pbInSafari?
# map can be outdoors, with its own grassy patches.
reception = pbSafariState.pbReceptionMap
return true if $game_map.map_id==reception
return true if pbGetMetadata($game_map.map_id,MetadataSafariMap)
return true if pbGetMetadata($game_map.map_id,MapMetadata::SAFARI_MAP)
end
return false
end