diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-09-26 23:20:57 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-09-26 23:20:57 -0400 |
| commit | d48a318dbf4b9e07da57980adb5894f5eadb11f7 (patch) | |
| tree | 9fd47f6aeb205591c421b178a4f870d2502ceef9 /data/maps/objects/UndergroundPathRoute7Copy.asm | |
| parent | Fix typos (#334) (diff) | |
| download | pokeyellow-d48a318dbf4b9e07da57980adb5894f5eadb11f7.tar.gz pokeyellow-d48a318dbf4b9e07da57980adb5894f5eadb11f7.tar.xz pokeyellow-d48a318dbf4b9e07da57980adb5894f5eadb11f7.zip | |
Align `object_event` coordinates
Fixes #336
Diffstat (limited to 'data/maps/objects/UndergroundPathRoute7Copy.asm')
| -rw-r--r-- | data/maps/objects/UndergroundPathRoute7Copy.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/UndergroundPathRoute7Copy.asm b/data/maps/objects/UndergroundPathRoute7Copy.asm index 20d9c0ee..f0841cfa 100644 --- a/data/maps/objects/UndergroundPathRoute7Copy.asm +++ b/data/maps/objects/UndergroundPathRoute7Copy.asm @@ -9,7 +9,7 @@ UndergroundPathRoute7Copy_Object: def_bg_events def_object_events - object_event 3, 2, SPRITE_GIRL, STAY, NONE, 1 ; person - object_event 2, 4, SPRITE_MIDDLE_AGED_MAN, STAY, NONE, 2 ; person + object_event 3, 2, SPRITE_GIRL, STAY, NONE, 1 ; person + object_event 2, 4, SPRITE_MIDDLE_AGED_MAN, STAY, NONE, 2 ; person def_warps_to UNDERGROUND_PATH_ROUTE_7_COPY |
