mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-10-16 20:16:26 +13:00

Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
12 lines
262 B
NASM
Executable file
12 lines
262 B
NASM
Executable file
ForcedBikeOrSurfMaps:
|
|
; map id, y, x
|
|
db ROUTE_16,$0A,$11
|
|
db ROUTE_16,$0B,$11
|
|
db ROUTE_18,$08,$21
|
|
db ROUTE_18,$09,$21
|
|
db SEAFOAM_ISLANDS_B3F,$07,$12
|
|
db SEAFOAM_ISLANDS_B3F,$07,$13
|
|
db SEAFOAM_ISLANDS_B4F,$0E,$04
|
|
db SEAFOAM_ISLANDS_B4F,$0E,$05
|
|
db $FF ;end
|