diff options
-rw-r--r-- | asm/macros/map.s | 8 | ||||
-rw-r--r-- | data/data2.s | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/asm/macros/map.s b/asm/macros/map.s index b51f4f434..41844b5cd 100644 --- a/asm/macros/map.s +++ b/asm/macros/map.s @@ -19,6 +19,14 @@ .byte GROUP_\map_name .endm + .macro heal_location map_name, x, y + .byte GROUP_\map_name + .byte MAP_\map_name + .2byte \x + .2byte \y + .space 2 + .endm + .equiv GROUP_NONE, 0x7f .equiv MAP_NONE, 0x7f diff --git a/data/data2.s b/data/data2.s index bdc5b3242..a544b22d3 100644 --- a/data/data2.s +++ b/data/data2.s @@ -22151,7 +22151,28 @@ gUnknown_083E5A1C:: @ 83E5A1C .align 2 gUnknown_083E5A20:: @ 83E5A20 - .incbin "baserom.gba", 0x003E5A20, 0xB0 + heal_location LittlerootTown_BrendansHouse_2F, 4, 2 + heal_location LittlerootTown_MaysHouse_2F, 4, 2 + heal_location PetalburgCity, 20, 17 + heal_location SlateportCity, 19, 20 + heal_location MauvilleCity, 22, 6 + heal_location RustboroCity, 16, 39 + heal_location FortreeCity, 5, 7 + heal_location LilycoveCity, 24, 15 + heal_location MossdeepCity, 28, 17 + heal_location SootopolisCity, 43, 32 + heal_location EverGrandeCity, 27, 49 + heal_location LittlerootTown, 5, 9 + heal_location LittlerootTown, 14, 9 + heal_location OldaleTown, 6, 17 + heal_location DewfordTown, 2, 11 + heal_location LavaridgeTown, 9, 7 + heal_location FallarborTown, 14, 8 + heal_location VerdanturfTown, 16, 4 + heal_location PacifidlogTown, 8, 16 + heal_location EverGrandeCity, 18, 6 + heal_location BattleTower_Outside, 14, 9 + heal_location SouthernIsland_Exterior, 15, 20 .align 2 gPokenavCursor_Pal:: |