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/ViridianForestNorthGate.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/ViridianForestNorthGate.asm')
| -rw-r--r-- | data/maps/objects/ViridianForestNorthGate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/objects/ViridianForestNorthGate.asm b/data/maps/objects/ViridianForestNorthGate.asm index 28d91ebe..020f2f62 100644 --- a/data/maps/objects/ViridianForestNorthGate.asm +++ b/data/maps/objects/ViridianForestNorthGate.asm @@ -10,7 +10,7 @@ ViridianForestNorthGate_Object: def_bg_events def_object_events - object_event 3, 2, SPRITE_SUPER_NERD, STAY, NONE, 1 ; person - object_event 2, 5, SPRITE_GRAMPS, STAY, NONE, 2 ; person + object_event 3, 2, SPRITE_SUPER_NERD, STAY, NONE, 1 ; person + object_event 2, 5, SPRITE_GRAMPS, STAY, NONE, 2 ; person def_warps_to VIRIDIAN_FOREST_NORTH_GATE |
