diff options
Diffstat (limited to 'data/mapHeaders/halloffameroom.asm')
-rwxr-xr-x | data/mapHeaders/halloffameroom.asm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/mapHeaders/halloffameroom.asm b/data/mapHeaders/halloffameroom.asm new file mode 100755 index 00000000..63cd6419 --- /dev/null +++ b/data/mapHeaders/halloffameroom.asm @@ -0,0 +1,6 @@ +HallofFameRoom_h: ; 0x5a492 to 0x5a49e (12 bytes) (id=118) + db GYM ; tileset + db HALL_OF_FAME_HEIGHT, HALL_OF_FAME_WIDTH ; dimensions (y, x) + dw HallofFameRoomBlocks, HallofFameRoomTextPointers, HallofFameRoomScript ; blocks, texts, scripts + db $00 ; connections + dw HallofFameRoomObject ; objects |