Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

Lagoon (SNES)/TBL: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Much of this is similar to ASCII code, but there are some noticeable differences, such as the lower-case letters.
Much of this is similar to ASCII code, but there are some noticeable differences, such as the lower-case letters.


  Dec Hex      ASCII  Lagoon Text
  0x2c=,
  44  0x2c     ,      ,
0x2d=-
  45  0x2d     -      -
0x2e=.
  46  0x2e     .      .


  48  0x30     0      0
0x30=0
  49  0x31     1      1
0x31=1
  50  0x32     2      2
0x32=2
  51  0x33     3      3
0x33=3
  52  0x34     4      4
0x34=4
  53  0x35     5      5
0x35=5
  54  0x36     6      6
0x36=6
  55  0x37     7      7
0x37=7
  56  0x38     8      8
0x38=8
  57  0x39     9      9
0x39=9
  58  0x3a     :      :
0x3a=:


  63  0x3f     ?      ?
0x3f=?


  65  0x41     A      A
0x41=A
  66  0x42     B      B
0x42=B
  67  0x43     C      C
0x43=C
  68  0x44     D      D
0x44=D
  69  0x45     E      E
0x45=E
  70  0x46     F      F
0x46=F
  71  0x47     G      G
0x47=G
  72  0x48     H      H
0x48=H
  73  0x49     I      I
0x49=I
  74  0x4a     J      J
0x4a=J
  75  0x4b     K      K
0x4b=K
  76  0x4c     L      L
0x4c=L
  77  0x4d     M      M
0x4d=M
  78  0x4e     N      N
0x4e=N
  79  0x4f     O      O
0x4f=O
  80  0x50     P      P
0x50=P
  81  0x51     Q      Q
0x51=Q
  82  0x52     R      R
0x52=R
  83  0x53     S      S
0x53=S
  84  0x54     T      T
0x54=T
  85  0x55     U      U
0x55=U
  86  0x56     V      V
0x56=V
  87  0x57     W      W
0x57=W
  88  0x58     X      X
0x58=X
  89  0x59     Y      Y
0x59=Y
  90  0x5a     Z      Z
0x5a=Z


  93  0x5d     ]      a
0x5d=a
  94  0x5e     ^      b
0x5e=b
  95  0x5f     _      c
0x5f=c
  96  0x60     `      d
0x60=d
  97  0x61     a      e
0x61=e
  98  0x62     b      f
0x62=f
  99  0x63     c      g
0x63=g
  100  0x64     d      h
  0x64=h
  101  0x65     e      i
  0x65=i
  102  0x66     f      j
  0x66=j
  103  0x67     g      k
  0x67=k
  104  0x68     h      l
  0x68=l
  105  0x69     i      m
  0x69=m
  106  0x6a     j      n
  0x6a=n
  107  0x6b     k      o
  0x6b=o
  108  0x6c     l      p
  0x6c=p
  109  0x6d     m      q
  0x6d=q
  110  0x6e     n      r
  0x6e=r
  111  0x6f     o      s
  0x6f=s
  112  0x70     p      t
  0x70=t
  113  0x71     q      u
  0x71=u
  114  0x72     r      v
  0x72=v
  115  0x73     s      w
  0x73=w
  116  0x74     t      x
  0x74=x
  117  0x75     u      y
  0x75=y
  118  0x76     v      z
  0x76=z

Revision as of 14:05, 12 April 2008

Much of this is similar to ASCII code, but there are some noticeable differences, such as the lower-case letters.

0x2c=,
0x2d=-
0x2e=.
0x30=0
0x31=1
0x32=2
0x33=3
0x34=4
0x35=5
0x36=6
0x37=7
0x38=8
0x39=9
0x3a=:
0x3f=?
0x41=A
0x42=B
0x43=C
0x44=D
0x45=E
0x46=F
0x47=G
0x48=H
0x49=I
0x4a=J
0x4b=K
0x4c=L
0x4d=M
0x4e=N
0x4f=O
0x50=P
0x51=Q
0x52=R
0x53=S
0x54=T
0x55=U
0x56=V
0x57=W
0x58=X
0x59=Y
0x5a=Z
0x5d=a
0x5e=b
0x5f=c
0x60=d
0x61=e
0x62=f
0x63=g
0x64=h
0x65=i
0x66=j
0x67=k
0x68=l
0x69=m
0x6a=n
0x6b=o
0x6c=p
0x6d=q
0x6e=r
0x6f=s
0x70=t
0x71=u
0x72=v
0x73=w
0x74=x
0x75=y
0x76=z