• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • Welcome to PokéCommunity! Register now and join one of the best places on the 'net to talk Pokémon and more! Community members will not see the bottom screen advertisements.
Zeturic
Reaction score
169

Profile posts Latest activity Postings About

  • Hey Zeturic! I was trying to use your Move Item modification for pokeemerald but ran into a couple issues. I completed every step in your post except I was unable to find the unnamed enum list in src/data/party_menu.h I tried searching for every instance of enum but couldn't find anything. I attempted to compile with every step completed correctly except that one but returned the following errors:


    Despite my skipping the enum step in party_menu.h it seems like most of the problems are from the code added to party_menu.c? I was hoping you could advise me if there's anything I can change or something I did wrong? I'm also using the pokeemerald-expansion, don't know if that affects anything. Thanks!

    Edit: Never mind I figured it out! sub_81221EC is now MenuHelpers_ShouldWaitForLinkRecv , SE_HAZURE is now SE_FAILURE , and schedule_bg_copy_tilemap_to_vram is now ScheduleBgCopyTilemapToVram

    Thank you for your help and resources, it's now working perfectly!
    Hello! I saw you had some code for a way to get rid of the evolution stop for national dex pokemon, I was wondering if you are able to change that to a cheat for the rom version of fire red? I have no idea how to do actual code and stuff
    Hello, I'm having issues building some of your repos, I did install Python and devkitARM and downloaded armips, and I checked environment variables too. Everytime I try to build it keeps saying libwinpthread-1.dll not found (it is present in the devkitARM folder though). Am I doing something wrong? Thanks in advance
    E
    Ah, it's okay!
    I deleted my repository.
    Thanks for redoing the code.
    /opt/devkitpro/devkitARM
    opt/devkitPro/devkitARM/bin/
    /opt/devkitpro/devkitPPC
    /opt/devkitpro

    is it right now? sorry but I am a great noob :S
    Yep, that's all good with me.

    I love your ASM routines by the way. They're really useful and interesting.
    Hello! I'm trying to build this repo, but I'm getting the following error:

    Traceback (most recent call last):
    File "C:\Python34\lib\runpy.py", line 153, in _run_module_as_main
    mod_name, mod_spec, code = _get_main_module_details()
    File "C:\Python34\lib\runpy.py", line 196, in _get_main_module_details
    return _get_module_details(main_name)
    File "C:\Python34\lib\runpy.py", line 126, in _get_module_details
    code = loader.get_code(mod_name)
    File "<frozen importlib._bootstrap>", line 1572, in get_code
    File "<frozen importlib._bootstrap>", line 1532, in source_to_code
    File "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
    File "scripts/makinoa\__main__.py", line 36
    print(f"Error :: {free_space} is not a hexadecimal integer.")
    ^
    SyntaxError: invalid syntax

    I don't know if I am doing it incorrectly or if there is an issue with the repo since I did not modify any file from your repo.
    hi can you help me was trying your pokemart-badges in git hub but i always get this error

    C:\Users\User\Downloads\Compressed\Pokemon Things\pokemart-badges-master\pokemart-badges-master>python3 scripts/makinoa
    Traceback (most recent call last):
    File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
    File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
    File "scripts/makinoa\__main__.py", line 94, in <module>
    os.path.join(build_src, srcfile.replace(".c", ".o"))
    File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 453, in run
    with Popen(*popenargs, **kwargs) as process:
    File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 756, in __init__
    restore_signals, start_new_session)
    File "C:\Users\User\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line 1155, in _execute_child
    startupinfo)
    FileNotFoundError: [WinError 2] The system cannot find the file specified
  • Loading…
  • Loading…
  • Loading…
Back
Top