git @ Cat's Eye Technologies Corona-Realm-of-Magic / master src / sym / OEM.pm
master

Tree @master (Download .tar.gz)

OEM.pm @masterraw · history · blame

# OEM.pm - Character set definitions for Corona, IBM OEM character set.

# Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies.
# All rights reserved.
# Distributed under a BSD-style license; see the file LICENSE for more info.

%sc =
(
  'nwbox'  => 'Ú',
  'nbox'   => 'Ä',
  'nebox'  => '¿',
  'wbox'   => '³',
  'ebox'   => '³',
  'swbox'  => 'À',
  'sbox'   => 'Ä',
  'sebox'  => 'Ù',

  'person' => chr(1),

  'brick'  => '²',
  'hut'    => 'Ò',
  'tree'   => chr(5),
  'water'  => '÷',
  'door'   => 'ï',
  'closed' => chr(143),
  'stair'  => 'ð',
  'floor'  => '°',
  'dark'   => ' ',
  'hill'   => '~',
  'mountain'=> '^',
  'marsh'  => chr(171),
  'hole'   => 'o',

  'cloak'  => chr(251),
  'halter' => chr(225),
  'jacket' => chr(203),
  'leggings' => chr(227),
  'helm'   => chr(234),
  'gloves' => chr(174),
  'clothing' => chr(225),
  'boots'  => chr(208),
  'sleeves' => '=',
  'necklace' => chr(160),
  'bracelet' => chr(229),
  'ring' => chr(167),
  'belt' => chr(128),

  'tiny'   => chr(250),
  'rock'   => '*',
  'boulder'=> chr(233),
  'ash'    => ',',
  'crystal'=> '*',

  'food'   => chr(254),
  'fruit'  => chr(248),
  'vegetable' => chr(149),
  'fungus' => ',',
  'root'   => chr(231),
  'grass'  => '"',
  'stalk'  => '"',
  'web'    => '|',

  'gas'    => '@',
  'gate'   => '#',

  'bottle' => '!',
  'coin'   => '$',

  'circle' => '0',

  'sword'  => '/',
  'stick'  => '\\',
  'mace'   => '!',
  'scythe' => '7',
  'arrow'  => '\\',
  'bow'    => ')',
  'crossbow'=> chr(242),

  'scroll' => chr(238),
  'instrument' => chr(245),

  'carcass'=> '@',

  'ursine' => 'B',
  'spider' => 'x',
  'serpent'=> 'S',
  'worm'   => 's',

  'feline' => 'c',
  'primate'=> 'M',
  'bovine' => 'u',
  'porcine'=> 'p',
  'canine' => 'd',

  'dwark'  => 'k',
  'traiple'=> 't',
  'grue'   => 'G',
  'grumchik'=>'g',
  'nymph'  => 'N',
  'dryad'  => 'D',
  'fairy'  => 'Ÿ',

  'skeleton'=>'z',
  'zombie'  =>'z',

  'hag'    => 'h',
  'gator'  => 'y',
  'bird'   => 'v',

  'honeycomb' => chr(232),
  'tunnel'    => chr(249),
  'jelly'     => chr(230),
  'bee'       => 'b',
  'grasshopper' => 'i',

);

1;