diff --git a/ootw/ootw_c2_cage.s b/ootw/ootw_c2_cage.s index e78ef537..90e6d711 100644 --- a/ootw/ootw_c2_cage.s +++ b/ootw/ootw_c2_cage.s @@ -669,4 +669,43 @@ changing_guard13_sprite: +little_guy_in1_sprite: + .byte 4,5 + .byte $AA,$AA,$AA,$77 + .byte $AA,$AA,$50,$00 + .byte $AA,$AA,$77,$70 + .byte $AA,$AA,$AA,$A7 + .byte $AA,$AA,$AA,$AA + +little_guy_in2_sprite: + .byte 4,5 + .byte $AA,$AA,$77,$AF + .byte $AA,$A5,$00,$00 + .byte $AA,$AA,$77,$AA + .byte $AA,$AA,$55,$07 + .byte $AA,$AA,$AA,$A0 + +little_guy_in_sprite: + .byte 4,5 + .byte $AA,$77,$AA,$AA + .byte $55,$00,$77,$AA + .byte $A5,$00,$07,$AA + .byte $AA,$07,$0A,$AA + .byte $A0,$AA,$A0,$AA + +little_guy_out1_sprite: + .byte 4,5 + .byte $AA,$AA,$77,$AA + .byte $AA,$77,$00,$55 + .byte $AA,$00,$07,$AA + .byte $AA,$07,$05,$AA + .byte $A0,$AA,$A0,$AA + +little_guy_out2_sprite: + .byte 4,5 + .byte $AA,$AA,$A7,$A7 + .byte $AA,$AA,$AA,$A5 + .byte $AA,$AA,$AA,$5A + .byte $AA,$AA,$A7,$A7 + .byte $AA,$AA,$AA,$AA diff --git a/ootw/ootw_graphics/l2cage/ootw_c2_cage.inc b/ootw/ootw_graphics/l2cage/ootw_c2_cage.inc index 02d9c20c..c2eac2b2 100644 --- a/ootw/ootw_graphics/l2cage/ootw_c2_cage.inc +++ b/ootw/ootw_graphics/l2cage/ootw_c2_cage.inc @@ -37,18 +37,17 @@ cage_rle: .byte $28 ; ysize=48 .byte $02, $00,$00, $55, $22, $66,$66, $A7,$88, $AB,$00 .byte $20, $00,$00, $62, $66, $AD,$00, $55, $22 .byte $66,$66, $A7,$88, $A7,$00, $20,$20, $22, $00, $22,$22 - .byte $20, $66,$66, $22,$22, $20, $AA,$00, $55, $22 - .byte $66,$66, $A7,$88, $A7,$00, $22, $66, $26, $00 - .byte $22, $26, $22, $26, $A4,$22, $AA,$00, $55 - .byte $22, $66,$66, $A7,$88, $A7,$00, $22, $66,$66, $00 - .byte $02, $62, $66,$66, $26, $22,$22, $AB,$00, $55 - .byte $22, $66,$66, $A7,$88, $A5,$00, $22, $00, $02,$02 - .byte $06, $00, $22,$22, $26,$26, $22, $02, $AC,$00 - .byte $55, $22, $66,$66, $A7,$88, $AB,$00, $22, $02 - .byte $A0,$10,$00, $55, $22, $66,$66, $A7,$88, $A0,$19,$00, $A3,$26 - .byte $A3,$25, $66,$66, $A7,$88, $60,$60, $A0,$10,$00, $A7,$60, $A6,$62 - .byte $66,$66, $A7,$68, $26, $A0,$11,$00, $06, $56, $06 - .byte $56, $06, $56, $26, $56, $06, $56 - .byte $26, $56, $06, $56, $06, $56, $06 - .byte $56, $06, $56, $06, $56 + .byte $20, $66,$66, $22,$22, $20, $AA,$00, $22,$22, $66,$66 + .byte $A7,$88, $A7,$00, $22, $66, $26, $00, $22 + .byte $26, $22, $26, $A4,$22, $AA,$00, $22,$22, $66,$66 + .byte $A7,$88, $A7,$00, $22, $66,$66, $00, $02, $62 + .byte $66,$66, $26, $22,$22, $AB,$00, $22,$22, $66,$66, $A7,$88 + .byte $A5,$00, $22, $00, $02,$02, $06, $00, $22,$22 + .byte $26,$26, $22, $02, $AC,$00, $22,$22, $66,$66, $A7,$88 + .byte $AB,$00, $22, $02, $A0,$10,$00, $22,$22, $66,$66, $A7,$88 + .byte $A0,$19,$00, $A6,$26, $66,$66, $A7,$88, $60,$60, $A0,$10,$00, $A7,$60 + .byte $A7,$62, $66, $A7,$68, $26, $A0,$11,$00, $06, $56 + .byte $06, $56, $06, $56, $26, $56, $06 + .byte $56, $26, $56, $06, $56, $06, $56 + .byte $06, $56, $06, $56, $06, $56 .byte $A1 diff --git a/ootw/ootw_graphics/l2cage/ootw_c2_nocage.png b/ootw/ootw_graphics/l2cage/ootw_c2_nocage.png index 257e638a..e9fbc217 100644 Binary files a/ootw/ootw_graphics/l2cage/ootw_c2_nocage.png and b/ootw/ootw_graphics/l2cage/ootw_c2_nocage.png differ