mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Finishing the Gauntlet maps
All the trainers are still missing, as is the guard. But the maps themselves are accessible, and the wild encounters work too.
This commit is contained in:
parent
a8f7c62ffe
commit
c3fd568b7b
35 changed files with 264 additions and 84 deletions
2
data/maps/headers/SilphGauntlet1F.asm
Normal file
2
data/maps/headers/SilphGauntlet1F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet1F, SILPH_GAUNTLET_1F, FOREST, 0
|
||||
end_map_header
|
||||
2
data/maps/headers/SilphGauntlet2F.asm
Normal file
2
data/maps/headers/SilphGauntlet2F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet2F, SILPH_GAUNTLET_2F, CAVERN, 0
|
||||
end_map_header
|
||||
2
data/maps/headers/SilphGauntlet3F.asm
Normal file
2
data/maps/headers/SilphGauntlet3F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet3F, SILPH_GAUNTLET_3F, SHIP, 0
|
||||
end_map_header
|
||||
2
data/maps/headers/SilphGauntlet4F.asm
Normal file
2
data/maps/headers/SilphGauntlet4F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet4F, SILPH_GAUNTLET_4F, CEMETERY, 0
|
||||
end_map_header
|
||||
2
data/maps/headers/SilphGauntlet5F.asm
Normal file
2
data/maps/headers/SilphGauntlet5F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet5F, SILPH_GAUNTLET_5F, FOREST, 0
|
||||
end_map_header
|
||||
2
data/maps/headers/SilphGauntlet6F.asm
Normal file
2
data/maps/headers/SilphGauntlet6F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet6F, SILPH_GAUNTLET_6F, FACILITY, 0
|
||||
end_map_header
|
||||
2
data/maps/headers/SilphGauntlet7F.asm
Normal file
2
data/maps/headers/SilphGauntlet7F.asm
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
map_header SilphGauntlet7F, SILPH_GAUNTLET_7F, INTERIOR, 0
|
||||
end_map_header
|
||||
Loading…
Add table
Add a link
Reference in a new issue