mirror of
https://github.com/pret/pokeyellow.git
synced 2026-09-13 21:15:17 -05:00
Move ShoreTiles and WaterTile into data/
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user