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

patterns.asm - github.com/ClusterM/nes-warface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b07a13352e899245c49b76969cbcede5a4c299b3 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
  .bank 16
  .org $0000
title_pattern:
  .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 18
  .org $0000
frame_0_pattern:
  .incbin "frame_0_pattern_0.bin"
  .org $1000
  .incbin "frame_0_pattern_1.bin"  
  .bank 19
  .org $0000
  .incbin "frame_0_pattern_2.bin"
  .org $1000
  .incbin "frame_0_pattern_3.bin"

  .bank 20
  .org $0000
frame_1_pattern:
  .incbin "frame_1_pattern_0.bin"
  .org $1000
  .incbin "frame_1_pattern_1.bin"  
  .bank 21
  .org $0000
  .incbin "frame_1_pattern_2.bin"
  .org $1000
  .incbin "frame_1_pattern_3.bin"

  .bank 22
  .org $0000
frame_2_pattern:
  .incbin "frame_2_pattern_0.bin"
  .org $1000
  .incbin "frame_2_pattern_1.bin"  
  .bank 23
  .org $0000
  .incbin "frame_2_pattern_2.bin"
  .org $1000
  .incbin "frame_2_pattern_3.bin"

  .bank 24
  .org $0000
credits_pattern:
  .incbin "credits_pattern_0.bin"
  .org $1000
  .incbin "credits_pattern_1.bin"  
  .bank 25
  .org $0000
  .incbin "credits_pattern_2.bin"
  .org $1000
  .incbin "credits_pattern_3.bin"

  .bank 31
  .org $1000
  .incbin "symbols_pattern.bin"
  .db 0, 0, 0, 0, 0, 0, 0, 0
  .db 0, 0, 0, 0, 0, 0, 0, 0