Leandro Zam
Brasileiro
- 11
- Posts
- 15
- Years
- Seen Oct 23, 2021
Thank you very much for the tutorial, I hope you continue the good work, I will always be accompanying you to give you prestige.
only one sugestion for you, when you extend the hoenn cry table controlSpoiler:"CryConversionTable" in PGE ini
all new pokes are the same value "21 01" i think, you can change the code for put the correct values, are one limbo of egg at last UNOWN, and after it is you new pokemon cry,
"83 01" "84 01" "85 01" etc
i make it myself, but people not know hex it is hard, and if you need change it for new cries work correct.
Are you using Devkitpro v45?What causes this type of error?
Traceback (most recent call last):
File "scripts//build", line 102, in <module>
main()
File "scripts//build", line 98, in main
linked = link(itertools.chain.from_iterable(objects))
File "scripts//build", line 69, in link
cmd = [LD] + LDFLAGS + ['-o', linked] + list(objects)
File "scripts//build", line 79, in run_glob
files = glob(os.path.join(SRC, globstr), recursive = True)
TypeError: glob() got an unexpected keyword argument 'recursive'
Inserting data
C:/devkitpro/devkitARM\bin\arm-none-eabi-objdump: 'build/linked.o': No such file
Traceback (most recent call last):
File "scripts//insert", line 142, in <module>
offset = get_text_section()
File "scripts//insert", line 39, in get_text_section
out = subprocess.check_output([OBJDUMP, '-t', 'build/linked.o'])
File "C:\Python34\lib\subprocess.py", line 620, in check_output
raise CalledProcessError(retcode, process.args, output=output)
subprocess.CalledProcessError: Command '['C:/devkitpro/devkitARM\\bin\\arm-none-
eabi-objdump', '-t', 'build/linked.o']' returned non-zero exit status 1
Are you using Devkitpro v45?
Yes, I use version 45 .. this only comes out when I put "True" in the line to install the Build .. my question is this: If I put "False" what would it be?
Sadly, All EM repos are only compatible with DevkitPro v45 and it's download link is dead so I recommend you to hack FR.How can I install devkitARM r45? I am getting a black screen when opening the Pokedex, and the link suggested to download devkit is dead--I installed it from devkitPro's site, but there's no documentation on how to install an earlier version from what I can see.
This is from one of the emerald animation threads. So that means that we can't use 2 frame animations on expanded pokemon. Is there any way to change this?With that in mind we can modify and add new animations as well as keep them and have expanded pokemon use one-frame ones,