diff options
Diffstat (limited to 'data/maps/objects/WardensHouse.asm')
-rwxr-xr-x | data/maps/objects/WardensHouse.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/maps/objects/WardensHouse.asm b/data/maps/objects/WardensHouse.asm index 97f52667..68210d65 100755 --- a/data/maps/objects/WardensHouse.asm +++ b/data/maps/objects/WardensHouse.asm @@ -2,12 +2,12 @@ WardensHouse_Object: db $17 ; border block def_warps - warp 4, 7, 3, LAST_MAP - warp 5, 7, 3, LAST_MAP + warp 4, 7, 3, LAST_MAP + warp 5, 7, 3, LAST_MAP def_signs - sign 4, 3, 4 ; FuchsiaHouse2Text4 - sign 5, 3, 5 ; FuchsiaHouse2Text5 + sign 4, 3, 4 ; FuchsiaHouse2Text4 + sign 5, 3, 5 ; FuchsiaHouse2Text5 def_objects object SPRITE_WARDEN, 2, 3, STAY, NONE, 1 ; person |