Prev: 6306 Up: Map Next: 6606
6506: Tile collision behaviour
Every tile has an associated byte value, indicating the action to execute if Rex, an enemy or a shot collides with it.
Value Action
0x00 Decorative tile. Anyone can pass trough it. The tile is drawn over Rex or the enemy
0x01 Platform tile. Anyone can walk over it and pass trought it if jumped from below
0x02 Wall tile (solid). Nobody can move trough this tile
0x03 Rex or enemy killed on contact
0x04 FINAL BOSS tile - Hit this tile to destroy FINAL BOSS
0x05 Used in game but no special behaviour
0x06 Used in game but no special behaviour
0x07 Respawn activated
0x08 Shield recharging
0x09 Not used in game
0x0A Not used in game
0x0B Not used in game
0x0C Not used in game
0x0D Not used in game
0x0E Not used in game
0x0F Enemy always jump (J)
0x10 Enemy can crouch and fire (RD)
0x11 Enemy can jump (RJ)
0x12 Elevator
0x13 Not used in game
0x14 Not used in game
0x15 Random teleporting of FOOT MAN out of the room
0x16 Forced teleporting of FOOT MAN out of the room
6506 DEFB $00,$00,$03,$03,$03,$03,$02,$02
650E DEFB $02,$01,$01,$01,$01,$01,$03,$03
6516 DEFB $10,$00,$03,$03,$03,$03,$00,$00
651E DEFB $01,$01,$01,$00,$03,$01,$01,$03
6526 DEFB $00,$01,$03,$03,$03,$03,$03,$12
652E DEFB $01,$01,$01,$00,$03,$01,$03,$03
6536 DEFB $00,$00,$00,$00,$00,$03,$02,$03
653E DEFB $00,$00,$01,$03,$03,$01,$03,$03
6546 DEFB $00,$03,$03,$03,$00,$03,$03,$03
654E DEFB $03,$01,$07,$07,$01,$03,$03,$01
6556 DEFB $03,$03,$03,$03,$03,$03,$03,$03
655E DEFB $03,$03,$00,$00,$00,$00,$00,$00
6566 DEFB $01,$00,$03,$00,$00,$03,$03,$03
656E DEFB $03,$03,$03,$01,$00,$00,$05,$03
6576 DEFB $03,$01,$03,$03,$02,$04,$03,$03
657E DEFB $03,$00,$12,$00,$12,$00,$00,$03
6586 DEFB $02,$0F,$03,$00,$00,$03,$03,$03
658E DEFB $03,$03,$03,$06,$02,$03,$03,$03
6596 DEFB $02,$12,$03,$01,$00,$15,$16,$01
659E DEFB $03,$03,$03,$03,$02,$03,$00,$00
65A6 DEFB $02,$02,$02,$02,$02,$01,$02,$01
65AE DEFB $03,$03,$03,$03,$00,$03,$03,$00
65B6 DEFB $03,$02,$02,$02,$00,$02,$01,$04
65BE DEFB $03,$03,$03,$03,$00,$03,$03,$03
65C6 DEFB $02,$02,$02,$02,$02,$03,$0F,$03
65CE DEFB $03,$03,$03,$03,$03,$03,$03,$03
65D6 DEFB $02,$02,$03,$02,$03,$03,$11,$03
65DE DEFB $03,$03,$03,$03,$03,$03,$01,$03
65E6 DEFB $01,$01,$01,$02,$03,$03,$02,$02
65EE DEFB $02,$03,$03,$03,$03,$03,$01,$01
65F6 DEFB $01,$01,$01,$01,$01,$01,$00,$00
65FE DEFB $00,$00,$08,$08,$00,$00,$00,$00
Prev: 6306 Up: Map Next: 6606