mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
remove address comments
This commit is contained in:
parent
cee4d559f9
commit
7f34e28f24
764 changed files with 8371 additions and 8371 deletions
|
|
@ -1,4 +1,4 @@
|
|||
CeladonCity_h: ; 18000 (6:4000)
|
||||
CeladonCity_h:
|
||||
db OVERWORLD ; tileset
|
||||
db CELADON_CITY_HEIGHT, CELADON_CITY_WIDTH ; dimensions (y, x)
|
||||
dw CeladonCityBlocks, CeladonCityTextPointers, CeladonCityScript ; blocks, texts, scripts
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Gary_h: ; 75f11 (1d:5f11)
|
||||
Gary_h:
|
||||
db GYM ;tileset
|
||||
db CHAMPIONS_ROOM_HEIGHT, CHAMPIONS_ROOM_WIDTH ; Height, Width
|
||||
dw GaryBlocks, GaryTextPointers, GaryScript
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
PalletTown_h: ; 182a1 (6:42a1)
|
||||
PalletTown_h:
|
||||
db OVERWORLD ; tileset
|
||||
db PALLET_TOWN_HEIGHT, PALLET_TOWN_WIDTH ; dimensions
|
||||
dw PalletTownBlocks, PalletTownTextPointers, PalletTownScript
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
RedsHouse1F_h: ; 4815c (12:415c)
|
||||
RedsHouse1F_h:
|
||||
db REDS_HOUSE_1 ; tileset
|
||||
db REDS_HOUSE_1F_HEIGHT, REDS_HOUSE_1F_WIDTH ; dimensions
|
||||
dw RedsHouse1FBlocks, RedsHouse1FTextPointers, RedsHouse1FScript
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
RedsHouse2F_h: ; 5c0a4 (17:40a4)
|
||||
RedsHouse2F_h:
|
||||
db REDS_HOUSE_2 ; tileset
|
||||
db REDS_HOUSE_2F_HEIGHT, REDS_HOUSE_2F_WIDTH ; dimensions
|
||||
dw RedsHouse2FBlocks, RedsHouse2FTextPointers, RedsHouse2FScript
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Route15GateUpstairs_h: ; 4963e (12:563e)
|
||||
Route15GateUpstairs_h:
|
||||
db GATE ; tileset
|
||||
db ROUTE_15_GATE_2F_HEIGHT, ROUTE_15_GATE_2F_WIDTH ; dimensions (y, x)
|
||||
dw Route15GateUpstairsBlocks, Route15GateUpstairsTextPointers, Route15GateUpstairsScript ; blocks, texts, scripts
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Route2_h: ; 54000 (15:4000)
|
||||
Route2_h:
|
||||
db 00 ; Tileset
|
||||
db ROUTE_2_HEIGHT,ROUTE_2_WIDTH ;Height,Width blocks (1 block = 4x4 tiles)
|
||||
dw Route2Blocks, Route2TextPointers, Route2Script
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
UndergroundPathEntranceRoute7Copy_h: ; 5d75d (17:575d)
|
||||
UndergroundPathEntranceRoute7Copy_h:
|
||||
db GATE ; tileset
|
||||
db PATH_ENTRANCE_ROUTE_7_HEIGHT, PATH_ENTRANCE_ROUTE_7_WIDTH ; dimensions (y, x)
|
||||
dw UndergroundPathEntranceRoute7CopyBlocks, UndergroundPathEntranceRoute7CopyTextPointers, UndergroundPathEntranceRoute7CopyScript ; blocks, texts, scripts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue