Move ShoreTiles and WaterTile into data/

This commit is contained in:
Rangi 2022-10-05 07:20:54 -04:00
parent 5271a9fc53
commit 2f00afe935
2 changed files with 9 additions and 7 deletions

View File

@ -10,3 +10,12 @@ WaterTilesets:
db FACILITY
db PLATEAU
db -1 ; end
; tiles that allow surfing and fishing,
; depending on the tileset (see IsNextTileShoreOrWater)
ShoreTiles:
db $48, $32
; fallthrough
WaterTile:
db $14
db -1 ; end

View File

@ -3119,13 +3119,6 @@ IsNextTileShoreOrWater::
INCLUDE "data/tilesets/water_tilesets.asm"
; shore tiles
ShoreTiles:
db $48, $32
WaterTile:
db $14
db $ff ; terminator
; reloads map view and processes sprite data
; for items that cause the overworld to be displayed
ItemUseReloadOverworldData: