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

SOUNDNAMES.S (701B)


      1  tr on
      2  lst off
      3 
      4 * sound names
      5 
      6 PlateDown = 0
      7 PlateUp = 1
      8 GateDown = 2
      9 SpecialKey1 = 3
     10 SpecialKey2 = 4
     11 Splat = 5
     12 MirrorCrack = 6
     13 LooseCrash = 7
     14 GotKey = 8
     15 Footstep = 9
     16 RaisingExit = 10
     17 RaisingGate = 11
     18 LoweringGate = 12
     19 SmackWall = 13
     20 Impaled = 14
     21 GateSlam = 15
     22 FlashMsg = 16
     23 SwordClash1 = 17
     24 SwordClash2 = 18
     25 JawsClash = 19
     26 
     27 *-------------------------------
     28 * game music
     29 
     30 s_Accid = 1
     31 s_Heroic = 2
     32 s_Danger = 3
     33 s_Sword = 4
     34 s_Rejoin = 5
     35 s_Shadow = 6
     36 s_Vict = 7
     37 s_Stairs = 8
     38 s_Upstairs = 9
     39 s_Jaffar = 10
     40 s_Potion = 11
     41 s_ShortPot = 12
     42 s_Timer = 13
     43 s_Tragic = 14
     44 s_Embrace = 15
     45 s_Heartbeat = 16
     46 
     47 * title music
     48 
     49 s_Princess = 7
     50 s_Squeek = 8
     51 s_Vizier = 9
     52 s_Buildup = 10
     53 s_Magic = 11
     54 s_StTimer = 12
     55 
     56  lst off