Recent content by buZZdBee

  1. B

    ROM Hack Cheat Request - Digimon World Re:Digitize (eng)

    Thanks for replying.. It's from github. Since I'm not allowed to post links, I'll just post some of the lines here. #define digimon_addr (global_addr + 0x1FE18) // Name (Utf16 string)(0x10): 0x0 // Species ID (u32): 0x14 // Current HP (u32): 0x20 // Max HP (u32): 0x24 // Current MP (u32)...
  2. B

    ROM Hack Cheat Request - Digimon World Re:Digitize (eng)

    Can you please help me with converting some of the codes from ctrpf?
  3. B

    ROM Hack Cheat Request - Digimon World Re:Digitize (eng)

    Hi, can someone please help me with some codes from AnalogMan's ctrpf plug-in codes? I've been trying to calculate some codes to regular hex to use on my mmj but to no avail. Cause I don't have full comprehension about stuff like this..