Tustin2121 f4d4424618 Folded nops into hidemoneybox and updatemoneybox
The nops are essential to the hidemoneybox and updatemoneybox commands when using vanilla versions of those commands. Even though they're not actually used parameters in the command implementation, they are still consumed, which means if someone were to get rid of the nops (as I did in TriHard) it causes the commands to consume bytecode that are not theirs, resulting in undefined behavior usually leading to softlocks. Folding the extra bytes into the macros means there's no chance of the extra bytes getting losts in scripts.
2019-08-17 13:25:36 -04:00
2018-12-28 08:22:21 -06:00
2019-07-19 21:05:55 -04:00
2019-08-05 20:23:56 -04:00
2019-05-25 08:25:19 -05:00
2019-08-17 13:20:18 -04:00
2019-07-19 20:54:02 -04:00
2019-04-07 19:18:42 -05:00
2019-03-24 17:32:59 -04:00
2019-05-08 17:06:39 -05:00
2019-04-08 17:30:10 -05:00
2019-08-04 20:35:38 +01:00
2019-05-08 17:06:39 -05:00
2019-08-05 17:17:05 -04:00
2019-06-16 22:26:10 +01:00
2019-03-24 16:37:27 -05:00
2018-10-14 15:49:55 -04:00

Pokémon Emerald

Build Status

This is a decompilation of Pokémon Emerald.

It builds the following ROM:

To set up the repository, see INSTALL.md.

See also

Other disassembly and/or decompilation projects:

Contacts

You can find us on Discord and IRC.

Description
No description provided
Readme
Languages
C 79.9%
Assembly 16.7%
C++ 3.1%
Makefile 0.3%