Prince-of-Persia-Apple-II

A running-jumping-swordfighting game Jordan Mechner made on the Apple II from 1985-89
Log | Files | Refs | README | LICENSE

EDDATA.S (1121B)


      1 * eddata
      2  lst off
      3 *-------------------------------
      4 *                           5
      5 * sizes:  1  22  333  4444  5
      6 *
      7 *                           1
      8 * posns:  0  01  012  0123  0
      9 *
     10 * base: id # of lower-leftmost section in composite object
     11 *
     12 * link: ff = end, fe = requires floorpiece above, # = obj id
     13 *
     14 *-------------------------------
     15 * Obj id #:     0  1  2  3  4  5  6  7  8  9  a  b  c  d  e  f
     16 *              10 11 12 13 14 15 16 17 18 19 1a 1b 1c 1d 1e 1f
     17 
     18 sizelist hex 01,01,01,01,01,00,01,01,05,05,01,01,01,01,01,01
     19  hex 02,02,01,01,01,01,01,02,02,01,01,01,02,02
     20 
     21 baselist hex 00,01,02,03,04,00,06,07,08,08,0a,0b,0c,0d,0e,0f
     22  hex 10,10,12,13,14,15,16,17,17,19,1a,1b,1c,1c
     23 
     24 posnlist hex 00,00,00,00,00,00,00,00,00,01,00,00,00,00,00,00
     25  hex 00,01,00,00,00,00,00,00,01,00,00,00,00,01
     26 
     27 linklist hex ff,ff,ff,fe,ff,00,ff,fe,09,fe,ff,ff,fe,fe,ff,ff
     28  hex 11,ff,fe,ff,fe,ff,ff,18,ff,ff,ff,ff,1d,ff
     29 
     30 *-------------------------------
     31 * Linkable? 00 = no, 01 = controller, 02 = gadget
     32 
     33 linkable hex 00,00,00,00,02,00,01,00,00,00,00,00,00,00,00,01
     34  hex 02,00,00,00,00,00,00,00,00,00,00,00,00,00
     35 
     36 *-------------------------------