Skip to content

Commit 556cf9f

Browse files
committed
cave tile choices
1 parent 0e88d1e commit 556cf9f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/rpg/level1_cave.bas

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
' stairs back: 168 (kind="overworld" door object trigger)
1212
' ============================================================
1313

14-
CAVE_FLOOR = 2
15-
CAVE_WALL = 162
16-
CAVE_WATER = 282
17-
CAVE_STAIRS = 168
14+
CAVE_FLOOR = 1
15+
CAVE_WALL = 202
16+
CAVE_WATER = 322
17+
CAVE_STAIRS = 161
1818

1919
FUNCTION LoadCave()
2020
MAP_W = 20

0 commit comments

Comments
 (0)