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

MENUDATA.S (945B)


      1 * menudata
      2 org = $c00
      3  lst off
      4 *-------------------------------
      5  org org
      6 menuType ;(BlueType)
      7  hex 0d,12,02,0b,06,0f,04,10,11,0e
      8  hex 01,00,14,14,03,13,00,00,0c,09
      9  hex 00,00,00,0a,0a,15,16,0c,0c,08
     10 
     11 menuSpec  ;(BlueSpec)
     12  hex 00,00,00,00,00,00,02,00,02,00
     13  hex 00,00,00,01,00,00,02,01,01,00
     14  hex 00,00,00,00,00,00,00,02,00,00
     15 
     16 menubSpec ;(bLinkIndex)
     17  hex 00,00,00,00,00,00,00,00,00,00
     18  hex 00,00,00,00,00,00,00,00,00,00
     19  hex 02,03,01,00,00,00,00,00,00,00
     20 
     21 *-------------------------------
     22 * "menubSpec" is index # of special symbol to
     23 * appear in this space:
     24 *
     25 * 1 = kid
     26 * 2 = eye
     27 * 3 = guard
     28 *
     29 * "menuSpec": for gadgets, initial bluespec value
     30 *
     31 * 1 = "up"
     32 * 2 = "down"
     33 *
     34 * for panels, panel pattern (0,1,2...)
     35 *
     36 *-------------------------------
     37 
     38 REDBUF ds 30
     39 FREDBUF ds 30
     40 FLOORBUF ds 30
     41 WIPEBUF ds 30
     42 MOVEBUF ds 30
     43 OBJBUF ds 30
     44 WHITEBUF ds 30
     45 TOPBUF ds 10
     46 FTOPBUF ds 10
     47 
     48 *-------------------------------
     49  lst
     50  usr $a9,4,$800,*-org
     51  lst off