diff --git a/ootw/intro.s b/ootw/intro.s index c1a56769..70bca9e5 100644 --- a/ootw/intro.s +++ b/ootw/intro.s @@ -1102,16 +1102,66 @@ approach_sequence: ; Using keypad sequence keypad_sequence: - .byte 20 + .byte 15 .word hand04_01_rle - .byte 20 + .byte 15 .word hand04_02_rle - .byte 20 + .byte 15 .word hand04_03_rle - .byte 20 + .byte 15 .word hand04_02_rle - .byte 20 + .byte 15 + .word hand05_01_rle + .byte 15 + .word hand05_02_rle + .byte 15 + .word hand05_03_rle + .byte 15 + .word hand05_04_rle + .byte 15 + .word hand01_01_rle + .byte 15 + .word hand01_02_rle + .byte 15 + .word hand01_03_rle + .byte 15 .word hand04_02_rle + .byte 15 + .word hand01_02_rle + .byte 15 + .word hand01_03_rle + .byte 15 + .word hand04_02_rle + .byte 15 + .word hand09_01_rle + .byte 15 + .word hand09_02_rle + .byte 15 + .word hand09_03_rle + .byte 15 + .word hand09_04_rle + .byte 15 + .word hand09_05_rle + .byte 15 + .word hand03_01_rle + .byte 15 + .word hand03_02_rle + .byte 15 + .word hand03_03_rle + .byte 15 + .word hand03_04_rle + .byte 15 + .word hand02_01_rle + .byte 15 + .word hand02_02_rle + .byte 15 + .word hand02_03_rle + .byte 15 + .word hand02_04_rle + .byte 15 + .word hand02_05_rle + .byte 30 + .word hand02_05_rle .byte 0 diff --git a/ootw/intro_graphics/04_keypad/Makefile b/ootw/intro_graphics/04_keypad/Makefile index 5d2266c7..11da510e 100644 --- a/ootw/intro_graphics/04_keypad/Makefile +++ b/ootw/intro_graphics/04_keypad/Makefile @@ -27,10 +27,36 @@ intro_approach.inc: $(PNG2RLE) approach01.png approach02.png \ ##### intro_hands.inc: $(PNG2RLE) hand04_01.png hand04_02.png \ - hand04_03.png + hand04_03.png hand05_01.png hand05_02.png hand05_03.png \ + hand05_04.png hand01_01.png hand01_02.png hand01_03.png \ + hand09_01.png hand09_02.png hand09_03.png hand09_04.png \ + hand09_05.png hand03_01.png hand03_02.png hand03_03.png \ + hand03_04.png hand02_01.png hand02_02.png hand02_03.png \ + hand02_04.png hand02_05.png $(PNG2RLE) asm hand04_01.png hand04_01_rle > intro_hands.inc $(PNG2RLE) asm hand04_02.png hand04_02_rle >> intro_hands.inc $(PNG2RLE) asm hand04_03.png hand04_03_rle >> intro_hands.inc + $(PNG2RLE) asm hand05_01.png hand05_01_rle >> intro_hands.inc + $(PNG2RLE) asm hand05_02.png hand05_02_rle >> intro_hands.inc + $(PNG2RLE) asm hand05_03.png hand05_03_rle >> intro_hands.inc + $(PNG2RLE) asm hand05_04.png hand05_04_rle >> intro_hands.inc + $(PNG2RLE) asm hand01_01.png hand01_01_rle >> intro_hands.inc + $(PNG2RLE) asm hand01_02.png hand01_02_rle >> intro_hands.inc + $(PNG2RLE) asm hand01_03.png hand01_03_rle >> intro_hands.inc + $(PNG2RLE) asm hand09_01.png hand09_01_rle >> intro_hands.inc + $(PNG2RLE) asm hand09_02.png hand09_02_rle >> intro_hands.inc + $(PNG2RLE) asm hand09_03.png hand09_03_rle >> intro_hands.inc + $(PNG2RLE) asm hand09_04.png hand09_04_rle >> intro_hands.inc + $(PNG2RLE) asm hand09_05.png hand09_05_rle >> intro_hands.inc + $(PNG2RLE) asm hand03_01.png hand03_01_rle >> intro_hands.inc + $(PNG2RLE) asm hand03_02.png hand03_02_rle >> intro_hands.inc + $(PNG2RLE) asm hand03_03.png hand03_03_rle >> intro_hands.inc + $(PNG2RLE) asm hand03_04.png hand03_04_rle >> intro_hands.inc + $(PNG2RLE) asm hand02_01.png hand02_01_rle >> intro_hands.inc + $(PNG2RLE) asm hand02_02.png hand02_02_rle >> intro_hands.inc + $(PNG2RLE) asm hand02_03.png hand02_03_rle >> intro_hands.inc + $(PNG2RLE) asm hand02_04.png hand02_04_rle >> intro_hands.inc + $(PNG2RLE) asm hand02_05.png hand02_05_rle >> intro_hands.inc ##### diff --git a/ootw/intro_graphics/04_keypad/hand01_01.png b/ootw/intro_graphics/04_keypad/hand01_01.png new file mode 100644 index 00000000..0a95a772 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand01_01.png differ diff --git a/ootw/intro_graphics/04_keypad/hand01_02.png b/ootw/intro_graphics/04_keypad/hand01_02.png new file mode 100644 index 00000000..98427989 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand01_02.png differ diff --git a/ootw/intro_graphics/04_keypad/hand01_03.png b/ootw/intro_graphics/04_keypad/hand01_03.png new file mode 100644 index 00000000..869aeaa1 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand01_03.png differ diff --git a/ootw/intro_graphics/04_keypad/hand02_01.png b/ootw/intro_graphics/04_keypad/hand02_01.png new file mode 100644 index 00000000..5d9f054d Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand02_01.png differ diff --git a/ootw/intro_graphics/04_keypad/hand02_02.png b/ootw/intro_graphics/04_keypad/hand02_02.png new file mode 100644 index 00000000..8e3a26c9 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand02_02.png differ diff --git a/ootw/intro_graphics/04_keypad/hand02_03.png b/ootw/intro_graphics/04_keypad/hand02_03.png new file mode 100644 index 00000000..8e92ff30 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand02_03.png differ diff --git a/ootw/intro_graphics/04_keypad/hand02_04.png b/ootw/intro_graphics/04_keypad/hand02_04.png new file mode 100644 index 00000000..2066453e Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand02_04.png differ diff --git a/ootw/intro_graphics/04_keypad/hand02_05.png b/ootw/intro_graphics/04_keypad/hand02_05.png new file mode 100644 index 00000000..cbba25e1 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand02_05.png differ diff --git a/ootw/intro_graphics/04_keypad/hand03_01.png b/ootw/intro_graphics/04_keypad/hand03_01.png new file mode 100644 index 00000000..96218412 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand03_01.png differ diff --git a/ootw/intro_graphics/04_keypad/hand03_02.png b/ootw/intro_graphics/04_keypad/hand03_02.png new file mode 100644 index 00000000..1e995f33 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand03_02.png differ diff --git a/ootw/intro_graphics/04_keypad/hand03_03.png b/ootw/intro_graphics/04_keypad/hand03_03.png new file mode 100644 index 00000000..13dd360f Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand03_03.png differ diff --git a/ootw/intro_graphics/04_keypad/hand03_04.png b/ootw/intro_graphics/04_keypad/hand03_04.png new file mode 100644 index 00000000..344589e5 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand03_04.png differ diff --git a/ootw/intro_graphics/04_keypad/hand04_05.png b/ootw/intro_graphics/04_keypad/hand04_05.png new file mode 100644 index 00000000..77ba18aa Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand04_05.png differ diff --git a/ootw/intro_graphics/04_keypad/hand05_01.png b/ootw/intro_graphics/04_keypad/hand05_01.png new file mode 100644 index 00000000..8a472845 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand05_01.png differ diff --git a/ootw/intro_graphics/04_keypad/hand05_02.png b/ootw/intro_graphics/04_keypad/hand05_02.png new file mode 100644 index 00000000..80e0881b Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand05_02.png differ diff --git a/ootw/intro_graphics/04_keypad/hand05_03.png b/ootw/intro_graphics/04_keypad/hand05_03.png new file mode 100644 index 00000000..b2a0a51d Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand05_03.png differ diff --git a/ootw/intro_graphics/04_keypad/hand05_04.png b/ootw/intro_graphics/04_keypad/hand05_04.png new file mode 100644 index 00000000..8be1e366 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand05_04.png differ diff --git a/ootw/intro_graphics/04_keypad/hand09_01.png b/ootw/intro_graphics/04_keypad/hand09_01.png new file mode 100644 index 00000000..8eab8165 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand09_01.png differ diff --git a/ootw/intro_graphics/04_keypad/hand09_02.png b/ootw/intro_graphics/04_keypad/hand09_02.png new file mode 100644 index 00000000..34348629 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand09_02.png differ diff --git a/ootw/intro_graphics/04_keypad/hand09_03.png b/ootw/intro_graphics/04_keypad/hand09_03.png new file mode 100644 index 00000000..c4a494da Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand09_03.png differ diff --git a/ootw/intro_graphics/04_keypad/hand09_04.png b/ootw/intro_graphics/04_keypad/hand09_04.png new file mode 100644 index 00000000..8dfa3162 Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand09_04.png differ diff --git a/ootw/intro_graphics/04_keypad/hand09_05.png b/ootw/intro_graphics/04_keypad/hand09_05.png new file mode 100644 index 00000000..2fcf8eac Binary files /dev/null and b/ootw/intro_graphics/04_keypad/hand09_05.png differ diff --git a/ootw/intro_graphics/04_keypad/intro_hands.inc b/ootw/intro_graphics/04_keypad/intro_hands.inc new file mode 100644 index 00000000..6abe813e --- /dev/null +++ b/ootw/intro_graphics/04_keypad/intro_hands.inc @@ -0,0 +1,329 @@ +hand04_01_rle: .byte $28 ; ysize=48 + .byte $A0,$88,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA, $33,$33 + .byte $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB + .byte $A0,$01,$AA, $BA, $A0,$1D,$AA, $3A, $A0,$02,$AA, $A3,$33, $BB + .byte $33, $A3,$BB, $BA, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A3,$33 + .byte $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A4,$33 + .byte $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33, $A6,$BB, $A0,$1A,$AA + .byte $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33 + .byte $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33, $3B + .byte $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33 + .byte $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB, $33 + .byte $A3,$BB, $A0,$1C,$AA, $A7,$33, $BB, $B3, $3B, $A3,$BB + .byte $A0,$1C,$AA, $A7,$33, $A6,$BB, $A0,$AA,$AA + .byte $A1 +hand04_02_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $33,$33, $BB, $A0,$25,$AA, $A0,$01,$A3, $33,$33, $BB + .byte $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33, $BB + .byte $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB, $A0,$01,$AA + .byte $BA, $A0,$1C,$AA, $3A,$3A, $A0,$02,$AA, $A3,$33, $BB, $33 + .byte $A3,$BB, $BA, $A0,$1B,$AA, $33,$33, $3A, $A0,$01,$AA, $A3,$33 + .byte $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A4,$33 + .byte $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33, $A6,$BB, $A0,$1A,$AA + .byte $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33 + .byte $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33, $3B + .byte $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33 + .byte $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB, $33 + .byte $A3,$BB, $A0,$AC,$AA + .byte $A1 +hand04_03_rle: .byte $28 ; ysize=48 + .byte $A0,$D6,$AA, $8A, $DA,$DA, $A0,$25,$AA, $88, $DD, $3D + .byte $33, $BA, $A0,$23,$AA, $88, $DD, $D3, $33 + .byte $3B, $BA, $A0,$22,$AA, $A3,$A8, $33,$33, $3B, $BA + .byte $A0,$24,$AA, $A3,$33, $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$01,$AA + .byte $3A, $BA, $A0,$22,$AA, $A3,$33, $BB, $33, $BB + .byte $BA, $BB, $A0,$1C,$AA, $3A, $33, $A0,$02,$AA, $A3,$33 + .byte $BB, $33, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A3,$33 + .byte $3B, $A5,$BB, $BA, $A0,$1A,$AA, $A0,$01,$A3, $33,$33, $A0,$01,$AA + .byte $A4,$33, $3B, $A5,$BB, $BA, $A0,$1A,$AA, $A8,$33, $A6,$BB + .byte $A0,$1A,$AA, $A6,$33, $BB, $33, $3B, $A5,$BB, $A0,$1B,$AA + .byte $A6,$33, $BB, $33, $3B, $A4,$BB, $A0,$1B,$AA, $A7,$33 + .byte $BB, $33, $A4,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A6,$33, $BB + .byte $B3, $33, $A3,$BB, $A0,$AB,$AA + .byte $A1 +hand05_01_rle: .byte $28 ; ysize=48 + .byte $A0,$B0,$AA, $3A, $33, $BA, $A0,$25,$AA, $A0,$01,$A3, $33 + .byte $3B, $BA, $A0,$25,$AA, $33,$33, $3B, $BA, $A0,$24,$AA + .byte $A3,$33, $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$25,$AA, $A3,$33 + .byte $BB,$BB, $3A, $33, $BB, $A0,$1C,$AA, $3A,$3A, $A0,$02,$AA + .byte $A3,$33, $BB,$BB, $33, $A3,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA + .byte $A3,$33, $3B, $A5,$BB, $BA, $A0,$1A,$AA, $A0,$01,$A3, $33,$33 + .byte $A0,$01,$AA, $A4,$33, $3B, $A5,$BB, $BA, $A0,$1A,$AA, $A8,$33 + .byte $A6,$BB, $A0,$1A,$AA, $A6,$33, $BB, $33, $3B, $A5,$BB + .byte $A0,$1B,$AA, $A6,$33, $BB, $33, $3B, $A4,$BB, $A0,$1B,$AA + .byte $A7,$33, $BB, $33, $A4,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A6,$33 + .byte $BB, $B3, $33, $A3,$BB, $A0,$1C,$AA, $A7,$33, $BB + .byte $33, $A3,$BB, $BA, $A0,$1B,$AA, $A0,$01,$A3, $A6,$33, $3B + .byte $BB, $B3, $A3,$BB, $BA, $A0,$A9,$AA + .byte $A1 +hand05_02_rle: .byte $28 ; ysize=48 + .byte $A0,$DB,$AA, $3A,$3A, $BA, $A0,$25,$AA, $A0,$01,$A3, $33, $3B + .byte $BA, $A0,$25,$AA, $33,$33, $3B, $BA, $A0,$24,$AA, $A3,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$01,$AA, $3A, $BA + .byte $A0,$22,$AA, $A3,$33, $BB, $33, $BB, $BA, $BB + .byte $A0,$1C,$AA, $3A, $33, $A0,$02,$AA, $A3,$33, $BB, $33 + .byte $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A3,$33, $3B, $A5,$BB + .byte $BA, $A0,$1A,$AA, $A0,$01,$A3, $33,$33, $A0,$01,$AA, $A4,$33, $3B + .byte $A5,$BB, $BA, $A0,$1A,$AA, $A8,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33 + .byte $BB, $33, $3B, $A5,$BB, $A0,$1B,$AA, $A6,$33, $BB + .byte $33, $3B, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33 + .byte $A4,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A6,$33, $BB, $B3, $33 + .byte $A3,$BB, $A0,$1C,$AA, $A7,$33, $BB, $33, $A3,$BB, $BA + .byte $A0,$A7,$AA + .byte $A1 +hand05_03_rle: .byte $28 ; ysize=48 + .byte $A0,$DA,$AA, $85, $D5,$D5, $55, $A0,$24,$AA, $88, $DD + .byte $33,$33, $BB, $A0,$23,$AA, $88, $8D,$8D, $33,$33, $BB + .byte $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33, $BB + .byte $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB, $A0,$01,$AA + .byte $BA, $A0,$20,$AA, $A3,$33, $BB, $33, $A3,$BB, $BA + .byte $A0,$1F,$AA, $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33 + .byte $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1A,$AA, $A3,$33, $3A, $A5,$33 + .byte $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA + .byte $A0,$01,$A3, $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA + .byte $A6,$33, $3B, $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33 + .byte $BB, $33, $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B + .byte $BB, $33, $A3,$BB, $A0,$A7,$AA + .byte $A1 +hand05_04_rle: .byte $28 ; ysize=48 + .byte $A0,$B5,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA, $33,$33 + .byte $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB + .byte $A0,$01,$AA, $BA, $A0,$20,$AA, $A3,$33, $BB, $33, $A3,$BB + .byte $BA, $A0,$1A,$AA, $A3,$3A, $A0,$02,$AA, $A3,$33, $BB, $B3 + .byte $A4,$BB, $A0,$1A,$AA, $A4,$33, $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1A,$AA + .byte $A3,$33, $3A, $A5,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3 + .byte $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33, $3B, $B3 + .byte $33, $A5,$BB, $A0,$1B,$AA, $A6,$33, $3B, $B3, $33 + .byte $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33, $3B, $A3,$BB + .byte $A0,$1C,$AA, $A6,$33, $3B, $BB, $33, $A3,$BB, $A0,$1C,$AA + .byte $A7,$33, $BB, $B3, $3B, $A3,$BB, $A0,$A6,$AA + .byte $A1 +hand01_01_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$28,$AA, $3A, $33, $BA, $A0,$25,$AA, $A0,$01,$A3 + .byte $33, $3B, $BA, $A0,$25,$AA, $33,$33, $3B, $BA + .byte $A0,$24,$AA, $A3,$33, $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$01,$AA + .byte $3A, $BA, $A0,$22,$AA, $A3,$33, $BB, $33, $BB + .byte $BA, $BB, $A0,$1C,$AA, $3A, $33, $A0,$02,$AA, $A3,$33 + .byte $BB, $33, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A3,$33 + .byte $3B, $A5,$BB, $BA, $A0,$1A,$AA, $A0,$01,$A3, $33,$33, $A0,$01,$AA + .byte $A4,$33, $3B, $A5,$BB, $BA, $A0,$1A,$AA, $A8,$33, $A6,$BB + .byte $A0,$1A,$AA, $A6,$33, $BB, $33, $3B, $A5,$BB, $A0,$1B,$AA + .byte $A6,$33, $BB, $33, $3B, $A4,$BB, $A0,$1B,$AA, $A7,$33 + .byte $BB, $33, $A4,$BB, $A0,$AC,$AA + .byte $A1 +hand01_02_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$4F,$AA, $8A, $DA,$DA, $A0,$25,$AA, $88, $DD + .byte $33,$33, $BB, $A0,$23,$AA, $88, $8D,$8D, $33,$33, $BB + .byte $A0,$22,$AA, $A3,$A6, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB + .byte $A0,$01,$AA, $BA, $A0,$20,$AA, $A3,$33, $BB, $B3, $A3,$BB + .byte $BA, $A0,$1B,$AA, $33,$33, $3A, $A0,$01,$AA, $A3,$33, $A6,$BB + .byte $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33 + .byte $3A, $A5,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3, $33 + .byte $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33, $3B, $B3, $33 + .byte $A5,$BB, $A0,$AB,$AA + .byte $A1 +hand01_03_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$2A,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA + .byte $33,$33, $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3 + .byte $33,$33, $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33,$33 + .byte $A0,$22,$AA, $A3,$33, $BB, $33, $A3,$BB, $BA, $A0,$1B,$AA + .byte $33,$33, $3A, $A0,$01,$AA, $A3,$33, $BB, $B3, $A4,$BB + .byte $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33 + .byte $3A, $A5,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3, $33 + .byte $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33, $3B, $B3, $33 + .byte $A5,$BB, $A0,$1B,$AA, $A6,$33, $3B, $B3, $33, $A4,$BB + .byte $A0,$AB,$AA + .byte $A1 +hand09_01_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$2B,$AA, $BA, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA + .byte $33,$33, $BB, $A0,$25,$AA, $33,$33, $BB,$BB, $A0,$24,$AA, $A0,$01,$A3 + .byte $33, $3B,$3B, $BB, $A0,$24,$AA, $A3,$33, $BB, $3A + .byte $33, $BB, $BA, $A0,$1D,$AA, $3A, $A0,$02,$AA, $A3,$33 + .byte $BB, $33, $A3,$BB, $BA,$BA, $A0,$1A,$AA, $33,$33, $3A + .byte $A0,$01,$AA, $A3,$33, $BB, $B3, $A5,$BB, $A0,$1A,$AA, $A3,$33 + .byte $A0,$01,$AA, $A4,$33, $A7,$BB, $A0,$1A,$AA, $33,$33, $3A, $A5,$33 + .byte $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA + .byte $A0,$01,$A3, $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA + .byte $A6,$33, $3B, $B3, $33, $A4,$BB, $A0,$AA,$AA + .byte $A1 +hand09_02_rle: .byte $28 ; ysize=48 + .byte $A0,$B5,$AA, $BA, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA, $33,$33 + .byte $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $3A,$3A, $BA,$BA + .byte $A0,$20,$AA, $A3,$33, $BB, $33, $B3, $BB,$BB, $BA + .byte $BB, $A0,$19,$AA, $3A, $33,$33, $A0,$02,$AA, $A3,$33, $BB + .byte $B3, $A5,$BB, $A0,$19,$AA, $A4,$33, $A0,$01,$AA, $A4,$33, $A6,$BB + .byte $A0,$1A,$AA, $A3,$33, $3A, $A5,$33, $A6,$BB, $A0,$19,$AA, $A7,$33 + .byte $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33, $3B + .byte $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33, $3B, $B3 + .byte $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33, $3B + .byte $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB, $33, $A3,$BB + .byte $A0,$1C,$AA, $A7,$33, $BB, $B3, $3B, $A3,$BB, $A0,$A6,$AA + .byte $A1 +hand09_03_rle: .byte $28 ; ysize=48 + .byte $A0,$67,$AA, $3A, $A0,$26,$AA, $A3,$33, $A0,$26,$AA, $33,$33, $BB + .byte $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33, $BB + .byte $A0,$25,$AA, $33,$33, $3B, $BA, $33, $B3, $A0,$01,$AA + .byte $BA, $A0,$20,$AA, $A3,$33, $BB, $33, $A3,$BB, $BA + .byte $A0,$1A,$AA, $A3,$33, $A0,$02,$AA, $A3,$33, $BB, $B3, $A4,$BB + .byte $A0,$1A,$AA, $A3,$33, $3A, $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1A,$AA + .byte $A3,$33, $3A, $A5,$33, $A6,$BB, $A0,$19,$AA, $A0,$01,$A3, $A6,$33 + .byte $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3, $A5,$33, $3B + .byte $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33, $3B, $B3 + .byte $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33, $3B + .byte $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB, $33, $A3,$BB + .byte $A0,$1C,$AA, $A7,$33, $BB, $B3, $3B, $A3,$BB, $A0,$1C,$AA + .byte $A7,$33, $A6,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A7,$33, $A6,$BB, $A0,$A2,$AA + .byte $A1 +hand09_04_rle: .byte $28 ; ysize=48 + .byte $A0,$18,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA, $33,$33 + .byte $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB + .byte $A0,$01,$AA, $BA, $A0,$1D,$AA, $3A, $A0,$02,$AA, $A3,$33, $BB + .byte $33, $A3,$BB, $BA, $A0,$1B,$AA, $33,$33, $3A, $A0,$01,$AA + .byte $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA + .byte $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33, $A6,$BB + .byte $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3 + .byte $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33 + .byte $3B, $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB + .byte $33, $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB + .byte $33, $A3,$BB, $A0,$1C,$AA, $A7,$33, $BB, $B3, $3B + .byte $A3,$BB, $A0,$1C,$AA, $A7,$33, $A6,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A7,$33 + .byte $A6,$BB, $A0,$1C,$AA, $A7,$33, $A6,$BB, $A0,$1B,$AA, $A7,$33, $A6,$BB + .byte $A0,$A0,$AA + .byte $A1 +hand09_05_rle: .byte $28 ; ysize=48 + .byte $A0,$66,$AA, $8A, $DA,$DA, $A0,$25,$AA, $88, $DD, $33,$33 + .byte $BB, $A0,$23,$AA, $88, $8D,$8D, $33,$33, $BB, $A0,$25,$AA + .byte $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33, $BB, $A0,$25,$AA + .byte $33,$33, $3B, $BA, $33, $BB, $A0,$01,$AA, $BA + .byte $A0,$20,$AA, $A3,$33, $BB, $33, $A3,$BB, $BA, $A0,$1A,$AA + .byte $3A, $33, $3A, $A0,$02,$AA, $A3,$33, $BB, $B3 + .byte $A4,$BB, $A0,$19,$AA, $A4,$33, $3A, $A0,$01,$AA, $A4,$33, $A6,$BB + .byte $A0,$19,$AA, $A0,$01,$A3, $A3,$33, $3A, $A5,$33, $A6,$BB, $A0,$19,$AA + .byte $A0,$01,$A3, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3 + .byte $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33 + .byte $3B, $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB + .byte $33, $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB + .byte $33, $A3,$BB, $A0,$1C,$AA, $A7,$33, $BB, $B3, $3B + .byte $A3,$BB, $A0,$1C,$AA, $A7,$33, $A6,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A7,$33 + .byte $A6,$BB, $A0,$A0,$AA + .byte $A1 +hand03_01_rle: .byte $28 ; ysize=48 + .byte $A0,$68,$AA, $3B,$3B, $BA, $A0,$25,$AA, $A0,$01,$A3, $33, $3B + .byte $BA, $A0,$25,$AA, $33,$33, $3B, $BA, $A0,$24,$AA, $A3,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$01,$AA, $3A,$3A, $A0,$22,$AA + .byte $A3,$33, $BB, $33, $BB, $BA, $BB, $A0,$1B,$AA + .byte $A3,$3A, $A0,$02,$AA, $A3,$33, $BB, $33, $A4,$BB, $A0,$1A,$AA + .byte $A3,$33, $3A, $A0,$01,$AA, $A3,$33, $3B, $A5,$BB, $BA + .byte $A0,$19,$AA, $A0,$01,$A3, $A3,$33, $A0,$01,$AA, $A4,$33, $3B, $A5,$BB + .byte $BA, $A0,$19,$AA, $A0,$01,$A3, $A8,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33 + .byte $BB, $33, $3B, $A5,$BB, $A0,$1B,$AA, $A6,$33, $BB + .byte $33, $3B, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB, $33 + .byte $A4,$BB, $A0,$1B,$AA, $A0,$01,$A3, $A6,$33, $BB, $B3, $33 + .byte $A3,$BB, $A0,$1C,$AA, $A7,$33, $BB, $33, $A3,$BB, $BA + .byte $A0,$1B,$AA, $A0,$01,$A3, $A6,$33, $3B, $BB, $B3, $A3,$BB + .byte $BA, $A0,$1B,$AA, $A7,$33, $3B, $A5,$BB, $BA, $A0,$1B,$AA + .byte $A7,$A3, $A6,$AB, $A0,$A0,$AA + .byte $A1 +hand03_02_rle: .byte $28 ; ysize=48 + .byte $A0,$E0,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA, $33,$33 + .byte $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB + .byte $A0,$01,$AA, $BA, $A0,$1D,$AA, $3A, $A0,$02,$AA, $A3,$33, $BB + .byte $33, $A3,$BB, $BA, $A0,$1B,$AA, $33,$33, $3A, $A0,$01,$AA + .byte $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA + .byte $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33, $A6,$BB + .byte $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3 + .byte $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33 + .byte $3B, $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB + .byte $33, $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB + .byte $33, $A3,$BB, $A0,$A4,$AA + .byte $A1 +hand03_03_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$58,$AA, $3A,$3A, $BA, $A0,$25,$AA, $A0,$01,$A3, $33 + .byte $3B, $BA, $A0,$25,$AA, $33,$33, $3B, $BA, $A0,$24,$AA + .byte $A3,$33, $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$01,$AA, $3A,$3A + .byte $A0,$22,$AA, $A3,$33, $BB, $33, $BB, $BA, $BB + .byte $A0,$1C,$AA, $3A, $33, $A0,$02,$AA, $A3,$33, $BB, $33 + .byte $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA, $A3,$33, $3B, $A5,$BB + .byte $BA, $A0,$1A,$AA, $A0,$01,$A3, $33,$33, $A0,$01,$AA, $A4,$33, $3B + .byte $A5,$BB, $BA, $A0,$1A,$AA, $A8,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33 + .byte $BB, $33, $3B, $A5,$BB, $A0,$1B,$AA, $A6,$33, $BB + .byte $33, $3B, $A4,$BB, $A0,$A4,$AA + .byte $A1 +hand03_04_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$57,$AA, $8A, $DA,$DA, $A0,$25,$AA, $88, $DD + .byte $33, $3B, $BA, $A0,$23,$AA, $88, $8D, $33,$33 + .byte $3B, $BA, $A0,$24,$AA, $A3,$33, $BB, $A0,$25,$AA, $33,$33 + .byte $BB, $A0,$01,$AA, $3A,$3A, $A0,$22,$AA, $A3,$33, $BB, $33 + .byte $BB, $BA,$BA, $A0,$20,$AA, $A3,$33, $BB, $33, $A4,$BB + .byte $A0,$1B,$AA, $33, $3A, $A0,$02,$AA, $A3,$33, $3B, $A5,$BB + .byte $BA, $A0,$1A,$AA, $A3,$33, $A0,$01,$AA, $A4,$33, $3B, $A5,$BB + .byte $BA, $A0,$19,$AA, $A9,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33, $BB + .byte $33, $3B, $A5,$BB, $A0,$1B,$AA, $A6,$A3, $A0,$01,$AB, $A0,$01,$A3 + .byte $A5,$AB, $A0,$A4,$AA + .byte $A1 +hand02_01_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$55,$AA, $33,$33, $BA, $A0,$25,$AA, $A0,$01,$A3, $33 + .byte $3B, $BA, $A0,$25,$AA, $33,$33, $3B, $BA, $A0,$24,$AA + .byte $A3,$33, $BB, $A0,$25,$AA, $33,$33, $BB, $A0,$01,$AA, $3A,$3A + .byte $A0,$22,$AA, $A3,$33, $BB, $33, $BB, $BA,$BA, $A0,$1C,$AA + .byte $33,$33, $A0,$02,$AA, $A3,$33, $BB, $33, $A4,$BB, $A0,$1B,$AA + .byte $A3,$33, $A0,$01,$AA, $A3,$33, $3B, $A5,$BB, $BA, $A0,$1A,$AA + .byte $A0,$01,$A3, $33,$33, $A0,$01,$AA, $A4,$33, $3B, $A5,$BB, $BA + .byte $A0,$1A,$AA, $A8,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33, $BB, $33 + .byte $3B, $A5,$BB, $A0,$1B,$AA, $A6,$33, $BB, $33, $3B + .byte $A4,$BB, $A0,$A7,$AA + .byte $A1 +hand02_02_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$2C,$AA, $33, $BB, $A0,$25,$AA, $33,$33, $BB + .byte $A0,$26,$AA, $33,$33, $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA + .byte $A0,$01,$A3, $33,$33, $BB, $A0,$25,$AA, $33,$33, $3B, $BA + .byte $33, $B3, $A0,$1F,$AA, $3A, $A0,$02,$AA, $A3,$33, $BB + .byte $33, $A3,$BB, $BA, $A0,$1B,$AA, $33,$33, $3A, $A0,$01,$AA + .byte $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA + .byte $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33, $A6,$BB + .byte $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3 + .byte $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33 + .byte $3B, $B3, $33, $A4,$BB, $A0,$A9,$AA + .byte $A1 +hand02_03_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$53,$AA, $85, $D5,$D5, $35, $A0,$24,$AA, $88 + .byte $DD, $A3,$33, $BB, $A0,$22,$AA, $88, $8D,$8D, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $BB,$BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $BB, $BA, $33, $BB + .byte $A0,$22,$AA, $A3,$33, $BB, $33, $A3,$BB, $BA, $A0,$1B,$AA + .byte $A3,$3A, $A0,$01,$AA, $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA + .byte $A3,$33, $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1A,$AA, $A3,$33, $3A + .byte $A5,$33, $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB + .byte $A0,$1A,$AA, $A0,$01,$A3, $A5,$33, $3B, $B3, $33, $A5,$BB + .byte $A0,$A7,$AA + .byte $A1 +hand02_04_rle: .byte $28 ; ysize=48 + .byte $A0,$FF,$AA, $A0,$7D,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA + .byte $33,$33, $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3 + .byte $33,$33, $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33 + .byte $BB, $A0,$01,$AA, $BA, $A0,$1D,$AA, $3A, $A0,$02,$AA, $A3,$33 + .byte $BB, $33, $A3,$BB, $BA, $A0,$1B,$AA, $33,$33, $3A + .byte $A0,$01,$AA, $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33 + .byte $A0,$01,$AA, $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33 + .byte $A6,$BB, $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$A8,$AA + .byte $A1 +hand02_05_rle: .byte $28 ; ysize=48 + .byte $A0,$DB,$AA, $3A, $A0,$26,$AA, $33,$33, $BB, $A0,$26,$AA, $33,$33 + .byte $BB, $A0,$25,$AA, $A3,$33, $BB, $A0,$24,$AA, $A0,$01,$A3, $33,$33 + .byte $BB, $A0,$25,$AA, $33,$33, $3B, $BA, $33, $BB + .byte $A0,$01,$AA, $BA, $A0,$1D,$AA, $3A, $A0,$02,$AA, $A3,$33, $BB + .byte $33, $A3,$BB, $BA, $A0,$1B,$AA, $33,$33, $3A, $A0,$01,$AA + .byte $A3,$33, $BB, $B3, $A4,$BB, $A0,$1B,$AA, $A3,$33, $A0,$01,$AA + .byte $A4,$33, $A6,$BB, $A0,$1B,$AA, $33,$33, $3A, $A5,$33, $A6,$BB + .byte $A0,$1A,$AA, $A6,$33, $B3, $33, $A6,$BB, $A0,$1A,$AA, $A0,$01,$A3 + .byte $A5,$33, $3B, $B3, $33, $A5,$BB, $A0,$1B,$AA, $A6,$33 + .byte $3B, $B3, $33, $A4,$BB, $A0,$1B,$AA, $A7,$33, $BB + .byte $33, $3B, $A3,$BB, $A0,$1C,$AA, $A6,$33, $3B, $BB + .byte $33, $A3,$BB, $A0,$A9,$AA + .byte $A1 diff --git a/ootw/intro_graphics/04_keypad/intro_keypad_bg.inc b/ootw/intro_graphics/04_keypad/intro_keypad_bg.inc new file mode 100644 index 00000000..1a0b7192 --- /dev/null +++ b/ootw/intro_graphics/04_keypad/intro_keypad_bg.inc @@ -0,0 +1,24 @@ +keypad_rle: .byte $28 ; ysize=48 + .byte $A5,$00, $22, $A5,$00, $44, $A0,$12,$CC, $44, $AE,$00 + .byte $22, $A0,$27,$00, $22, $A8,$00, $06, $26,$26, $66 + .byte $06, $26,$26, $66, $06, $26,$26, $66, $A0,$13,$00 + .byte $22, $A9,$00, $22,$22, $66, $00, $22,$22, $66 + .byte $00, $22,$22, $66, $A0,$13,$00, $22, $A9,$00, $02,$02 + .byte $66, $00, $02,$02, $66, $00, $02,$02, $66 + .byte $A0,$13,$00, $22, $A8,$00, $06, $26,$26, $66, $06 + .byte $26,$26, $66, $06, $26,$26, $66, $A0,$13,$00, $22 + .byte $A9,$00, $22,$22, $66, $00, $22,$22, $66, $00 + .byte $22,$22, $66, $A0,$13,$00, $22, $A9,$00, $22,$22, $66 + .byte $00, $02,$02, $66, $00, $02,$02, $66, $A0,$13,$00 + .byte $22, $A8,$00, $06, $26,$26, $66, $06, $26,$26 + .byte $66, $06, $26,$26, $66, $A0,$13,$00, $22, $A9,$00 + .byte $22,$22, $66, $00, $22,$22, $66, $00, $22,$22 + .byte $66, $A0,$13,$00, $22, $A9,$00, $02,$02, $66, $00 + .byte $02,$02, $66, $00, $02,$02, $66, $A0,$13,$00, $22 + .byte $A8,$00, $06, $A6,$26, $66, $06, $26,$26, $66 + .byte $A0,$13,$00, $22, $A9,$00, $A6,$22, $66, $00, $22,$22 + .byte $66, $A0,$13,$00, $22, $A9,$00, $A6,$02, $66, $00 + .byte $02,$02, $66, $A0,$13,$00, $22, $A0,$27,$00, $22, $A0,$27,$00 + .byte $22, $A0,$27,$00, $22, $A0,$27,$00, $22, $A0,$27,$00, $22 + .byte $A0,$C2,$00 + .byte $A1