Glitch City Laboratories Archives

Glitch City Laboratories closed on 1 September 2020 (announcement). This is an archived copy of a thread from Glitch City Laboratories Forums.

You can join Glitch City Research Institute to ask questions or discuss current developments.

You may also download the archive of this forum in .tar.gz, .sql.gz, or .sqlite.gz formats.

Arbitrary Code Execution Discussion

(Generation 1) Where are the functions and how do I call them with ASM? - Page 1

(Generation 1) Where are the functions and how do I call them with ASM?

Posted by: gskw
Date: 2014-06-17 11:00:26
I have seen some information about functions such as strcpy() and memcpy(), but what about the rest?
EDIT: I found something at iimarckus' wiki, but what about the standard functions?

Re: (Generation 1) Where are the functions and how do I call them with ASM?

Posted by: Stackout
Date: 2014-06-17 14:49:52
Look at the pokered disasm… https://github.com/iimarckus/pokered/

For other games/languages other than english you'll need to search around in the ROM with a hex editor.