diff options
Diffstat (limited to 'maps/BluesHouse.asm')
-rw-r--r-- | maps/BluesHouse.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/BluesHouse.asm b/maps/BluesHouse.asm index ebc528bbe..e27c9923f 100644 --- a/maps/BluesHouse.asm +++ b/maps/BluesHouse.asm @@ -146,8 +146,8 @@ BluesHouse_MapEvents: db 0, 0 ; filler db 2 ; warp events - warp_event 2, 7, 2, PALLET_TOWN - warp_event 3, 7, 2, PALLET_TOWN + warp_event 2, 7, PALLET_TOWN, 2 + warp_event 3, 7, PALLET_TOWN, 2 db 0 ; coord events |