- 15
- Posts
- 3
- Years
- Seen Apr 9, 2025
Hi, I followed the tutorial published on the page "https://github.com/pret/pokeemerald/wiki/Use-HMs-Without-Any-Pokemon-in-your-Party-Knowing-Them"
to be able to use HMs without teaching them to pokémon (i'm using pokeruby disassembler).
Compiling the rom gives me the following error:
"agbcc: warnings being treated as errors
src/field_control_avatar.c: In function `GetInteractedWaterScript':
src/field_control_avatar.c:506: warning: implicit declaration of function `CheckBagHasItem'
make[1]: *** [Makefile:253: build/ruby/src/field_control_avatar.o] Error 1
make: *** [Makefile:267: ruby] Error 2".
I copied the code directly from the page so I don't understand what it could depend on.
Is there anyone who can help me?
Thanks in advance
to be able to use HMs without teaching them to pokémon (i'm using pokeruby disassembler).
Compiling the rom gives me the following error:
"agbcc: warnings being treated as errors
src/field_control_avatar.c: In function `GetInteractedWaterScript':
src/field_control_avatar.c:506: warning: implicit declaration of function `CheckBagHasItem'
make[1]: *** [Makefile:253: build/ruby/src/field_control_avatar.o] Error 1
make: *** [Makefile:267: ruby] Error 2".
I copied the code directly from the page so I don't understand what it could depend on.
Is there anyone who can help me?
Thanks in advance
Last edited: