diff options
Diffstat (limited to 'data/maps/objects/BrunosRoom.asm')
| -rw-r--r-- | data/maps/objects/BrunosRoom.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/objects/BrunosRoom.asm b/data/maps/objects/BrunosRoom.asm index 9cf7e5e9..1e8a0a27 100644 --- a/data/maps/objects/BrunosRoom.asm +++ b/data/maps/objects/BrunosRoom.asm @@ -2,10 +2,10 @@ BrunosRoom_Object: db $3 ; border block def_warp_events - warp_event 4, 11, LORELEIS_ROOM, 2 - warp_event 5, 11, LORELEIS_ROOM, 3 - warp_event 4, 0, AGATHAS_ROOM, 0 - warp_event 5, 0, AGATHAS_ROOM, 1 + warp_event 4, 11, LORELEIS_ROOM, 3 + warp_event 5, 11, LORELEIS_ROOM, 4 + warp_event 4, 0, AGATHAS_ROOM, 1 + warp_event 5, 0, AGATHAS_ROOM, 2 def_bg_events |
