Results 1 to 5 of 5

Thread: Hex Editing Zelda OoT

  1. #1

    Question Hex Editing Zelda OoT

    I have UltraEdit Running but there are no text strings that I can find. Just a bunch of random leters and symbols. Do I need to decode somehow? Because Zelda Majoras mask works fine.

  2. #2

    Default Re: Hex Editing Zelda OoT

    Would it be pointless to bump this if its the first post?

  3. #3
    Lifeless pain...
    Join Date
    Aug 2006
    Location
    With you....
    Age
    29
    Posts
    425

    Default Re: Hex Editing Zelda OoT

    Have you tried using another Editing tool?

  4. #4
    Junior Member Alkaiser's Avatar
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Age
    31
    Posts
    160

    Default Re: Hex Editing Zelda OoT

    Quote Originally Posted by Amantis View Post
    I have UltraEdit Running but there are no text strings that I can find. Just a bunch of random leters and symbols. Do I need to decode somehow? Because Zelda Majoras mask works fine.
    If you find a program that can decode that crap please let me know.

    I'm trying to text edit a GBA rom but, like you said, all I see are a buch of random letters and I cannot find a single word.

  5. #5
    ... UniverseJDJ's Avatar
    Join Date
    Jun 2005
    Location
    Not Telling...
    Age
    22
    Posts
    34

    Default Re: Hex Editing Zelda OoT

    You got to create a table and load it into the hex editor. I personally use Hexecute.

    Eg. My hex table for Pokemon Red.

    Code:
    80=A
    81=B
    82=C
    83=D
    84=E
    85=F
    86=G
    87=H
    88=I
    89=J
    8A=K
    8B=L
    8C=M
    8D=N
    8E=O
    8F=P
    90=Q
    91=R
    92=S
    93=T
    94=U
    95=V
    96=W
    97=X
    98=Y
    99=Z
    b6=w
    ae=o
    aa=k
    ab=l
    ac=m
    ad=n
    af=p
    b0=q
    b1=r
    b2=s
    b3=t
    b4=u
    b5=v
    b7=w
    b8=y
    b9=x
    ca=z
    a0=a
    a1=b
    a2=c
    a3=d
    a4=e
    a5=f
    a6=g
    a7=h
    a8=i
    a9=j
    7f= 
    ba=é
    e5=m

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •