From 653ef3cddc0c50ea84f477d657fa61c10560ffe5 Mon Sep 17 00:00:00 2001 From: jojobear13 Date: Wed, 27 Sep 2023 02:59:47 -0500 Subject: [PATCH] fixed exit ground tiles on the tilesets for celest hill, rocket house, citrine mart, and jacky's house. --- data/tilesets/warp_tile_ids.asm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/data/tilesets/warp_tile_ids.asm b/data/tilesets/warp_tile_ids.asm index 8100f649..967e3e75 100644 --- a/data/tilesets/warp_tile_ids.asm +++ b/data/tilesets/warp_tile_ids.asm @@ -1,3 +1,5 @@ +;Note: These warp tiles act like teleporters, initiating the warp when the player steps over them. +; Used for things like house entrances, cave entrances, etc. WarpTileIDPointers: table_width 2, WarpTileIDPointers dw .OverworldWarpTileIDs @@ -103,16 +105,16 @@ ENDM warp_tiles $1B, $1C, $0B, $0C, $58, $59 .CelesteWarpTileIDs: - warp_tiles $5A, $5C, $3A, $30, $50, $51 ; Like Forest but a bit better + warp_tiles $5A, $5C, $3A ; Like Forest but a bit better .RocketHouseWarpTileIDs: - warp_tiles $53 + warp_tiles .BetaMartWarpTileIDs: - warp_tiles $1C, $1D, $1E, $1F, $0C, $0D, $0E, $0F, $4B, $4C + warp_tiles $1C, $1D, $1E, $1F, $0C, $0D, $0E, $0F, $4B .JackyWarpTileIDs: - warp_tiles $04, $14 + warp_tiles .ShipPortWarpTileIDs: .ClubWarpTileIDs: