diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 17:34:41 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-08 17:34:41 -0400 |
commit | ca09233c9eca4c6b9b0ccfba436dcd7e3b3e669c (patch) | |
tree | 4f7596be6169491f801756fdda59d6b51a751afe /constants/map_constants.asm | |
parent | 116b3b251931b0cd973d5d3f312fa32c2b16b197 (diff) |
Build files in maps/
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 828b01a..ca76884 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -27,11 +27,11 @@ ENDM map_const ROUTE_SILENT_EAST_GATE, 5, 4 ; 7 map_const PLAYER_HOUSE_1F, 5, 4 ; 8 map_const PLAYER_HOUSE_2F, 5, 4 ; 9 - map_const SILENT_POKECENTER, 8, 4 ; 10 + map_const SILENT_HILL_POKECENTER, 8, 4 ; 10 map_const SILENT_HILL_HOUSE, 5, 4 ; 11 - map_const SILENT_HILL_LAB, 4, 8 ; 12 - map_const SILENT_HILL_LAB_2, 4, 4 ; 13 - map_const UNUSED_13, 4, 4 ; 14 + map_const SILENT_HILL_LAB_FRONT, 4, 8 ; 12 + map_const SILENT_HILL_LAB_BACK, 4, 4 ; 13 + map_const UNUSED_MAP_13, 4, 4 ; 14 map_const SHIZUKANA_OKA, 25, 18 ; 15 newgroup ; 2 |