ff3:ff3us:doc:asm:fmt:monster_graphics_data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
ff3:ff3us:doc:asm:fmt:monster_graphics_data [2017/08/14 02:23]
madsiur [Data]
ff3:ff3us:doc:asm:fmt:monster_graphics_data [2019/02/12 07:43]
127.0.0.1 external edit
Line 12: Line 12:
  
 ^  Byte  ^  Description                       ^^ ^  Byte  ^  Description                       ^^
-|  $00-$01   | GFX pointer: inverted word * 8 + 0xE97000||+|  $00-$01   | GFX pointer: (inverted word & $8000) * 8 + $E97000||
 |  $01    bit 7  | If set, 3bpp GFX| |  $01    bit 7  | If set, 3bpp GFX|
-|  $02-$03   | Palette pointer: (word & 0x3FF) * 16||+|  $02-$03   | Palette pointer: (word & $3FF) * 16 + $127820||
 |  $02    bit 7  | If set, large template| |  $02    bit 7  | If set, large template|
 |  $04   | Mould index                            || |  $04   | Mould index                            ||
  
  • ff3/ff3us/doc/asm/fmt/monster_graphics_data.txt
  • Last modified: 3 years ago
  • by madsiur