Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: GPSP Hex editing help.

                  
   
  1. #1

    Default GPSP Hex editing help.

    I really need help with hex editing this
    MegaMan Battle Network Rom.

    I have what I need, but I just don't know
    how to do it!

    PLEASE HELP.

    Thanks.

  2. #2
    DCEmu Regular tuta's Avatar
    Join Date
    Jun 2006
    Location
    Meiji Era
    Posts
    331
    Rep Power
    67

    Default

    i'm also needing help can someone or some pro or exophase help us

  3. #3
    DCEmu Old Pro M!ckeY's Avatar
    Join Date
    Mar 2006
    Age
    35
    Posts
    1,100
    Rep Power
    71

    Default

    do you guys mean, like how to get the game name, code and venders code?

  4. #4
    DCEmu Newbie
    Join Date
    Oct 2005
    Posts
    95
    Rep Power
    0

    Default

    do you guys mean, like how to get the game name, code and venders code?
    Try with VisualBoyAdvance.

  5. #5
    DCEmu Regular tuta's Avatar
    Join Date
    Jun 2006
    Location
    Meiji Era
    Posts
    331
    Rep Power
    67

    Default

    # gpSP game settings database
    # This file is meant to be edited in plain text, with a normal editor.
    # game_name, game_code, and vender_code can be found in the game's header.
    # All three must match for the game to be used, and those setting must be in
    # that order. Be sure to use [!] ROMs (verified by GoodGBA) when building
    # this list. Right now I don't know how much overlap there is between
    # different region games.

    # Find the game identification values by opening the ROM in a hex editor
    # and looking at the following locations:

    # 0xA0: name, 12 characters
    # 0xAC: code, 4 characters
    # 0xB0: vender, 2 characters

    # Many games should run okay with nothing here, but those that have idle
    # loops will run very slowly. To eliminate idle loops you must find a
    # branch instruction that will result in a loop until something in the
    # hardware changes, like vsync flagging or an interrupt going off. Then
    # set "idle_loop_eliminate_target" to the location of that branch
    # instruction.

    # By default "iwram_stack_optimize" is set to yes, but this breaks some
    # games (like Kirby: Nightmare in Dreamland). If a game doesn't work you
    # can try setting it to no.

    # Everything here is case sensitive. Don't mess with this file unless
    # you know what you're doing - if in doubt sooner ask someone who does.


    # Megaman Battle Network (U)
    game_name = MEGAMAN_BN
    game_code = AREE
    vender_code = 08
    idle_loop_eliminate_target = 0800032e


    this info was found in the game_config.txt inside the gpsp 0.5 zip I dunnoe what this means but it looks like it could help games like megaman battle network to run.So if anybody understand this maybe could give us a brief explanation.....

  6. #6
    DCEmu Old Pro M!ckeY's Avatar
    Join Date
    Mar 2006
    Age
    35
    Posts
    1,100
    Rep Power
    71

    Default

    you need to use a hex editor ro get the info that is required for that

    -Edit- if you use the GBA trimmer, you will find the game_name where it says Software title;
    the game_code where it says game serial..it will be the 4 characters in the middle of the serial:
    the vender_code is where it says maker.

    i hope this helps you

  7. #7
    DCEmu Regular tuta's Avatar
    Join Date
    Jun 2006
    Location
    Meiji Era
    Posts
    331
    Rep Power
    67

    Default

    so if i do get the info what shud I do?
    I dont even know how to use a hex editor
    And are ther any freeware hex editors?

  8. #8
    DCEmu Old Pro M!ckeY's Avatar
    Join Date
    Mar 2006
    Age
    35
    Posts
    1,100
    Rep Power
    71

    Default

    read my other post, i edited it..if you need more help just let me know

  9. #9
    DCEmu Regular tuta's Avatar
    Join Date
    Jun 2006
    Location
    Meiji Era
    Posts
    331
    Rep Power
    67

    Default

    # Megaman Battle Network (U)
    game_name = MEGAMAN_BN
    game_code = AREE
    vender_code = 08
    idle_loop_eliminate_target = 0800032e

    idle loop eliminate target that it means?

    my game name and everythin is the same

  10. #10
    DCEmu Old Pro M!ckeY's Avatar
    Join Date
    Mar 2006
    Age
    35
    Posts
    1,100
    Rep Power
    71

    Default

    the idle loop is for the games that run slowly

    i already created a thread on that, and no one knows how to find them

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Tags for this Thread

Bookmarks

Posting Permissions

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