mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
Conflicts: gfx/intro_nido_1.6x6.png gfx/intro_nido_2.6x6.png gfx/intro_nido_3.6x6.png gfx/redgreenversion.png text.asm text/maps/cerulean_trade_house.asm text/maps/copycats_house_1f.asm text/maps/daycare_2.asm text/maps/museum_2f.asm text/maps/oaks_lab.asm text/maps/pewter_gym.asm text/maps/route_9_1.asm text/maps/school.asm text/maps/vermilion_gym_1.asm yellow/main.asm
26 lines
1.2 KiB
NASM
26 lines
1.2 KiB
NASM
Underground_Coll:: INCBIN "gfx/tilesets/underground.tilecoll"
|
|
Overworld_Coll:: INCBIN "gfx/tilesets/overworld.tilecoll"
|
|
RedsHouse1_Coll::
|
|
RedsHouse2_Coll:: INCBIN "gfx/tilesets/reds_house.tilecoll"
|
|
Mart_Coll::
|
|
Pokecenter_Coll:: INCBIN "gfx/tilesets/pokecenter.tilecoll"
|
|
Dojo_Coll::
|
|
Gym_Coll:: INCBIN "gfx/tilesets/gym.tilecoll"
|
|
Forest_Coll:: INCBIN "gfx/tilesets/forest.tilecoll"
|
|
House_Coll:: INCBIN "gfx/tilesets/house.tilecoll"
|
|
ForestGate_Coll::
|
|
Museum_Coll::
|
|
Gate_Coll:: INCBIN "gfx/tilesets/gate.tilecoll"
|
|
Ship_Coll:: INCBIN "gfx/tilesets/ship.tilecoll"
|
|
ShipPort_Coll:: INCBIN "gfx/tilesets/ship_port.tilecoll"
|
|
Cemetery_Coll:: INCBIN "gfx/tilesets/cemetery.tilecoll"
|
|
Interior_Coll:: INCBIN "gfx/tilesets/interior.tilecoll"
|
|
Cavern_Coll:: INCBIN "gfx/tilesets/cavern.tilecoll"
|
|
Lobby_Coll:: INCBIN "gfx/tilesets/lobby.tilecoll"
|
|
Mansion_Coll:: INCBIN "gfx/tilesets/mansion.tilecoll"
|
|
Lab_Coll:: INCBIN "gfx/tilesets/lab.tilecoll"
|
|
Club_Coll:: INCBIN "gfx/tilesets/club.tilecoll"
|
|
Facility_Coll:: INCBIN "gfx/tilesets/facility.tilecoll"
|
|
Plateau_Coll:: INCBIN "gfx/tilesets/plateau.tilecoll"
|
|
BeachHouse_Coll:: INCBIN "gfx/tilesets/beachhouse.tilecoll"
|