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: d952d23763a62ce34c52a59233bd0c8ed9e599f8 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  .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
frame_3_pattern:
  .incbin frame_3_pattern_0_bin
  .org $1000
  .incbin frame_3_pattern_1_bin
  .bank 25
  .org $0000
  .incbin frame_3_pattern_2_bin
  .org $1000
  .incbin frame_3_pattern_3_bin

  .bank 26
  .org $0000
credits_pattern:
  .incbin credits_pattern_0_bin
  .org $1000
  .incbin credits_pattern_1_bin
  .bank 27
  .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
  .org $1C00
  .incbin warface_logo_pattern_bin