aboutsummaryrefslogtreecommitdiff
path: root/jumpmanjr.dasm
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2016-09-21 02:38:28 -0400
committerB. Watson <yalhcru@gmail.com>2016-09-21 02:38:28 -0400
commit9b629fdffebaf36d4ce6080a9390ec101ecdef5b (patch)
tree01dd44d206ae858b5a511119caf21dffc12d3fe4 /jumpmanjr.dasm
parent421107aae8b2ab6bb67f566238716992fbd5bd02 (diff)
downloadjumpmanjr-9b629fdffebaf36d4ce6080a9390ec101ecdef5b.tar.gz
found sprite data for jumpmans "feet" (shadow)
Diffstat (limited to 'jumpmanjr.dasm')
-rw-r--r--jumpmanjr.dasm20
1 files changed, 13 insertions, 7 deletions
diff --git a/jumpmanjr.dasm b/jumpmanjr.dasm
index 881d65d..cf5f1f6 100644
--- a/jumpmanjr.dasm
+++ b/jumpmanjr.dasm
@@ -1,5 +1,5 @@
; da65 V2.15 - Git 104f898
-; Created: 2016-09-09 04:10:51
+; Created: 2016-09-18 21:40:43
; Input file: jumpmanjr.rom
; Page: 1
@@ -4241,7 +4241,7 @@ sh_black_2x4:
.byte $02,$00,$00,$00,$00,$02,$00,$01 ; 9CEB 02 00 00 00 00 02 00 01 ........
.byte $00,$00,$02,$00,$02,$00,$00,$02 ; 9CF3 00 00 02 00 02 00 00 02 ........
.byte $00,$03,$00,$00,$FF ; 9CFB 00 03 00 00 FF .....
-; jumpman's animation frames and other sprites, seem to be 10 bytes per sprite
+; jumpman's animation frames, 10 bytes per sprite
sprite_table:
.byte $18,$18,$3C,$5A,$3C,$18,$18,$18 ; 9D00 18 18 3C 5A 3C 18 18 18 ..<Z<...
.byte $18,$3C,$1C,$1A,$3C,$58,$38,$18 ; 9D08 18 3C 1C 1A 3C 58 38 18 .<..<X8.
@@ -4271,10 +4271,13 @@ sprite_table:
.byte $61,$42,$44,$7F,$7F,$44,$42,$61 ; 9DC8 61 42 44 7F 7F 44 42 61 aBD..DBa
.byte $00,$00,$08,$22,$80,$01,$58,$18 ; 9DD0 00 00 08 22 80 01 58 18 ..."..X.
.byte $3C,$5A,$99,$FF,$10,$44,$01,$80 ; 9DD8 3C 5A 99 FF 10 44 01 80 <Z...D..
- .byte $1A,$18,$3C,$5A,$99,$FF,$00,$00 ; 9DE0 1A 18 3C 5A 99 FF 00 00 ..<Z....
- .byte $3C,$3C,$3C,$E7,$06,$C3,$60,$E3 ; 9DE8 3C 3C 3C E7 06 C3 60 E3 <<<...`.
- .byte $76,$E3,$76,$CE,$67,$CE,$67,$83 ; 9DF0 76 E3 76 CE 67 CE 67 83 v.v.g.g.
- .byte $C1,$00,$00,$00,$00,$00,$00,$00 ; 9DF8 C1 00 00 00 00 00 00 00 ........
+ .byte $1A,$18,$3C,$5A,$99,$FF ; 9DE0 1A 18 3C 5A 99 FF ..<Z..
+; jumpman's 'invisible shadow', extends below his feet, in black. Not sure all these bytes are used for this purpose though.
+feet_table:
+ .byte $00,$00,$3C,$3C,$3C,$E7,$06,$C3 ; 9DE6 00 00 3C 3C 3C E7 06 C3 ..<<<...
+ .byte $60,$E3,$76,$E3,$76,$CE,$67,$CE ; 9DEE 60 E3 76 E3 76 CE 67 CE `.v.v.g.
+ .byte $67,$83,$C1,$00,$00,$00,$00,$00 ; 9DF6 67 83 C1 00 00 00 00 00 g.......
+ .byte $00,$00 ; 9DFE 00 00 ..
; GR.1/2 font, 512 bytes
charset:.byte $00,$00,$00,$00,$00,$00,$00,$00 ; 9E00 00 00 00 00 00 00 00 00 ........
.byte $00,$0C,$19,$3E,$58,$1E,$22 ; 9E08 00 0C 19 3E 58 1E 22 ...>X."
@@ -7950,7 +7953,10 @@ sfx13: .byte $01,$A5,$01,$3C,$20,$3C,$10,$3C ; BFD0 01 A5 01 3C 20 3C 10 3C
.byte $40,$00 ; BFE8 40 00 @.
; funeral march bass
sfx14: .byte $01,$A6,$00,$79,$10,$A2,$10,$02 ; BFEA 01 A6 00 79 10 A2 10 02 ...y....
- .byte $ED,$BF,$06,$F3,$10,$A2,$10,$00 ; BFF2 ED BF 06 F3 10 A2 10 00 ........
+ .byte $ED,$BF ; BFF2 ED BF ..
+; dunno yet (not code, don't look like audio)
+data_bff4:
+ .byte $06,$F3,$10,$A2,$10,$00 ; BFF4 06 F3 10 A2 10 00 ......
; ----------------------------------------------------------------------------
; main entry point, note cartstart_left and cartstart_right point to the same address
cartstart_left: