When you stand on an item, the name pops up. This is what I found
I'll look into more stuff laterCode:021EEFB4 item name
021EF030 item hex code
Printable View
When you stand on an item, the name pops up. This is what I found
I'll look into more stuff laterCode:021EEFB4 item name
021EF030 item hex code
Ah. Yes I got another address when I used emuhaste. Looks liek we will be able to turn it into an ASM routine possibly. Yeah I can't get that to work right now either. Maybe that's just for the beach. Who knows. Well. Talk to you in IRC.
hehe
write to address 023BFA74
Only works when item is in inventory. When you drop it the name is gone. K i had to post in form of .zip cause of the size. Download it and take a look.
ANOTHER ADDRESS =D
Write to Address 021EEFB0
I wrote 24242424 and it changed the name to nothing. I think its because in EmuHaste the Value of that address is $$$$goldenshovel which is too many letters which makes it display no letters. I will have to work more on this. Just posting as I come up with it =D
EDIT
Err... Ok. Just disabled the code and tried it an everything I put on the ground appears to have no name. I think it is again because the name is too long. Not sure how to fix this, but I'll Try =D
EDIT
Just tried Writing 00000000 to the address and I went to look at the item and No$Gba read "Rom Image has Crashed Whatever Fatal"
EDIT
Crashes when I attempt to write ffffffff to it.
Address prob. moves around Dragonboy.. go find a pointer :P lol if needed.
@Maniac.
This Address 021EEFB0 actually does change the name... but it changes name of everything.
Eh.. its just a general purpose address then.. some routine stores the item name to that address.
oh ok. So we will probably need a pointer?
lol. Yes that is EXACTLY what we needed. Thanks Sora XD