diff options
Diffstat (limited to 'maps/RedsHouse1F.asm')
-rw-r--r-- | maps/RedsHouse1F.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/maps/RedsHouse1F.asm b/maps/RedsHouse1F.asm index eb23329db..e12724bca 100644 --- a/maps/RedsHouse1F.asm +++ b/maps/RedsHouse1F.asm @@ -76,9 +76,9 @@ RedsHouse1F_MapEvents: db 0, 0 ; filler db 3 ; warp events - warp_event 2, 7, 1, PALLET_TOWN - warp_event 3, 7, 1, PALLET_TOWN - warp_event 7, 0, 1, REDS_HOUSE_2F + warp_event 2, 7, PALLET_TOWN, 1 + warp_event 3, 7, PALLET_TOWN, 1 + warp_event 7, 0, REDS_HOUSE_2F, 1 db 0 ; coord events |