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

github.com/ClusterM/nes-warface.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bank0_subroutines.asm')
-rw-r--r--bank0_subroutines.asm32
1 files changed, 32 insertions, 0 deletions
diff --git a/bank0_subroutines.asm b/bank0_subroutines.asm
index 7dbb4c1..2c5885b 100644
--- a/bank0_subroutines.asm
+++ b/bank0_subroutines.asm
@@ -186,3 +186,35 @@ title_palette:
.incbin "title_palette_2.bin"
.incbin "title_palette_3.bin"
+frame_0_palette:
+ .incbin "frame_0_palette_0.bin"
+ .incbin "frame_0_palette_1.bin"
+ .incbin "frame_0_palette_2.bin"
+ .incbin "frame_0_palette_3.bin"
+
+frame_1_palette:
+ .incbin "frame_1_palette_0.bin"
+ .incbin "frame_1_palette_1.bin"
+ .incbin "frame_1_palette_2.bin"
+ .incbin "frame_1_palette_3.bin"
+
+frame_2_palette:
+ .incbin "frame_2_palette_0.bin"
+ .incbin "frame_2_palette_1.bin"
+ .incbin "frame_2_palette_2.bin"
+ .incbin "frame_2_palette_3.bin"
+
+symbols_palette:
+ .incbin "symbols_palette.bin"
+
+text_0:
+ .incbin "text_0.bin"
+
+text_1:
+ .incbin "text_1.bin"
+
+text_2:
+ .incbin "text_2.bin"
+
+text_3:
+ .incbin "text_3.bin"