Prev: 8200 Up: Map Next: 8400
8300: Rope animation table
Used by the routine at 91BE. The first half of this table controls the x-coordinates at which the segments of rope are drawn, and the second half controls the y-coordinates. For a given rope animation frame F (0x00<=F<=0x36), the 32 entries from F to F+31 inclusive (one for each of the 32 segments of rope below the topmost one) in each half of the table are used; thus the batch of entries used 'slides' up and down the table as F increases and decreases.
8300 DEFB $00,$00,$00,$00,$00,$00,$00,$00 These values determine how much to rotate the rope drawing byte (which in turn determines the x-coordinate at which each segment of rope is drawn)
8308 DEFB $00,$00,$00,$00,$00,$00,$00,$00
8310 DEFB $00,$00,$00,$00,$00,$00,$00,$00
8318 DEFB $00,$00,$00,$00,$00,$00,$00,$00
8320 DEFB $01,$01,$01,$01,$01,$01,$01,$01
8328 DEFB $01,$01,$01,$01,$02,$02,$02,$02
8330 DEFB $02,$02,$02,$02,$02,$02,$02,$02
8338 DEFB $02,$02,$02,$02,$02,$02,$02,$02
8340 DEFB $02,$02,$01,$02,$02,$01,$01,$02
8348 DEFB $01,$01,$02,$02,$03,$02,$03,$02
8350 DEFB $03,$03,$03,$03,$03,$03
8356 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Unused
835E DEFB $00,$00,$00,$00,$00,$00,$00,$00
8366 DEFB $00,$00,$00,$00,$00,$00,$00,$00
836E DEFB $00,$00,$00,$00,$00,$00,$00,$00
8376 DEFB $00,$00,$00,$00,$00,$00,$00,$00
837E DEFB $00,$00
8380 DEFB $06,$06,$06,$06,$06,$06,$06,$06 These values determine the y-coordinate of each segment of rope relative to the one above it
8388 DEFB $06,$06,$06,$06,$06,$06,$06,$06
8390 DEFB $06,$06,$06,$06,$06,$06,$06,$06
8398 DEFB $06,$06,$06,$06,$06,$06,$06,$06
83A0 DEFB $06,$06,$06,$06,$06,$06,$06,$06
83A8 DEFB $06,$06,$06,$06,$06,$06,$06,$06
83B0 DEFB $04,$06,$06,$04,$06,$04,$06,$04
83B8 DEFB $06,$04,$04,$04,$06,$04,$04,$04
83C0 DEFB $04,$04,$04,$04,$04,$04,$04,$04
83C8 DEFB $04,$04,$04,$04,$04,$04,$04,$04
83D0 DEFB $04,$04,$04,$04,$04,$04
83D6 DEFB $00,$00,$00,$00,$00,$00,$00,$00 Unused
83DE DEFB $00,$00,$00,$00,$00,$00,$00,$00
83E6 DEFB $00,$00,$00,$00,$00,$00,$00,$00
83EE DEFB $00,$00,$00,$00,$00,$00,$00,$00
83F6 DEFB $00,$00,$00,$00,$00,$00,$00,$00
83FE DEFB $00,$00
Prev: 8200 Up: Map Next: 8400