You are not logged in.
Pages: 1
This is the error message I get:
$ make
rgblink -n pokecrystal.sym -m pokecrystal.map -o pokecrystal.gbc wram.o main.o lib/mobile/main.o home.o audio.o maps_crystal.o engine/events.o engine/scripting_crystal.o engine/events_2.o engine/credits_crystal.o data/egg_moves_crystal.o data/evos_attacks_crystal.o data/pokedex/entries_crystal.o misc/crystal_misc.o gfx/pics.o
Unknown symbol 'Function149c6'
Makefile:63: recipe for target 'pokecrystal.gbc' failed
make: *** [pokecrystal.gbc] Error 1
I have altered some things in the bank where function149c6 is called (through a callba), but bank 5 is exactly the same, meaning that function149c6 is still at 5:49c6. There seems to be the same problem with every single callba from banks that I have altered.
Last edited by Crystal_ (2014-09-24 20:40:48)
Offline
Problem solved.
Close thread, ban OP
Offline
What was the issue?
Offline
Apparently, being stupid enough to edit the asm files with wordpad. I noticed something was wrong when I saw that main.asm suddenly became ~100 kb bigger when I edited it.
So yeah, I'm using notepad++ now.
Offline
Pages: 1