Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nametables.asm - github.com/ClusterM/nes-warface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 086d8f4decd95edf3c2870347ee6024b50a7fd4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  .bank 2
  .org $8000
  
title_name_table:
  .incbin "title_name_table_0.bin"
  .incbin "title_name_table_1.bin"
  .incbin "title_name_table_2.bin"
  .incbin "title_name_table_3.bin"
  .incbin "title_attr_table_0.bin"
  .incbin "title_attr_table_1.bin"
  .incbin "title_attr_table_2.bin"
  .incbin "title_attr_table_3.bin"

  .bank 16
  .org $0000
  .incbin "title_pattern_0.bin"
  .org $1000
  .incbin "title_pattern_1.bin"
  .bank 17
  .org $0000
  .incbin "title_pattern_2.bin"
  .org $1000
  .incbin "title_pattern_3.bin"


  .bank 31
  .db 0