blob: ffab8473a40f767c528b00d091fd77c297545a8e (
plain)
1
2
3
4
5
6
7
8
|
PewterNidoranHouse_h:
db HOUSE ; tileset
db PEWTER_NIDORAN_HOUSE_HEIGHT, PEWTER_NIDORAN_HOUSE_WIDTH ; dimensions (y, x)
dw PewterNidoranHouse_Blocks ; blocks
dw PewterNidoranHouse_TextPointers ; texts
dw PewterNidoranHouse_Script ; scripts
db 0 ; connections
dw PewterNidoranHouse_Object ; objects
|