diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-07-22 09:20:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-22 09:20:33 -0400 |
commit | a586811e197d2a28d3a08dff03548fb69342da96 (patch) | |
tree | d5eec033243b0031afd3a82d47bbe1b7779d1675 /constants/map_constants.asm | |
parent | 5ec276e7c77244befe0b6c9931cda191aa3818b6 (diff) | |
parent | 5b4ef99f4bfec7a1cf41cd3eab601d355bb0fadf (diff) |
Merge pull request #38 from luckytyphlosion/section-reorg
Add linkerscript to replace completely anonymous sections.
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..ba2563c 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 |