You are not logged in.
Pages: 1
The plan for this thread is to make a bunch of video tutorials for beginners on how to work with the pokered disassembly.
Tutorials:
1. Setting up the pokered disassembly (Windows)
2. Editing maps with RBMap
More to come...
Last edited by ShantyTown (2016-03-15 02:47:50)
My hacks: Pokémon Maize, Pokémon Red: Battle Factory
Offline
Awesome idea! I fumbled my way through and made lots of mistakes when I was starting, something like this would have been a gigantic help.
Offline
Thank you Shanty!
Offline
Shanty is a great teacher, these are going to be good!
Offline
Finally got around to adding a new video... This one is how to edit maps using RBMap.
https://www.youtube.com/watch?v=tzr4Od68Gb0
My hacks: Pokémon Maize, Pokémon Red: Battle Factory
Offline
Thanks a ton, the map video was great! I'll be waiting for the one on how to move events around too : D
Offline
Makefile:46: recipe for target 'audio_red.o' failed
make: *** [audio_red.o] Error 1
Wat do D:
(Note: I was following the guide over at Pokécommunity and found your video tutorial when I needed to fix the easy_install error.)
Last edited by Ammako (2016-05-06 20:09:19)
Offline
Try a dry run (make -n) and see what is tries to do that might fail. Run with -d to get lots of information.
cYa,
Tauwasser
Offline
Upon further inspection, audio_red.o doesn't even exist in my pokered folder. Neither does audio_blue.o, actually. It isn't anywhere on the git either, so I don't think it can have failed to download properly.
Possible problem on pokered's end?
In case I actually don't know what I'm talking about and it's a problem on my end, here is the output for make -n and make -d:
make -n: http://pastebin.com/4bRHHn0C
make -d: http://pastebin.com/VQdQNt94
Last edited by Ammako (2016-05-06 23:48:30)
Offline
make -d line 2534:
C:\cygwin\usr\local\bin\rgbasm.exe: invalid option -- D
old rgbds, latest is https://github.com/bentley/rgbds/releases/
when in doubt https://github.com/pret/pokered/blob/master/INSTALL.md
Offline
Alright, turns out I'm pretty sure the Pokécommunity tutorial linked to an outdated version of rgbds. I'll update that tomorrow.
Thanks!
Offline
Pages: 1