Michael Panzlaff 187c96d6e5 rewrite MultiBootWaitCycles as naked function
Before, when compiling MultiBootWaitCycles with O3 and MODERN=1, you
might have run into problems during optimizations when the compiler tried
to optimize the function, even if declared NOINLINE.

When rewriting this function as NAKED function, this no longer happens
as the optimizer will treat it as black box and compilation will resume.
2020-10-02 12:27:16 +02:00
2020-09-27 18:09:35 -05:00
2020-09-25 13:41:17 -05:00
2020-09-08 19:54:58 -04:00
2020-08-30 14:25:40 -04:00
2020-08-29 13:18:35 -04:00
2020-09-12 20:02:27 +02:00
2020-10-01 17:06:33 -05:00
2020-10-01 17:07:12 -05:00
2020-09-08 19:54:58 -04:00
2020-09-23 22:31:12 -04:00
2020-04-04 16:09:36 -04:00
2019-04-07 19:18:42 -05:00
2019-03-24 17:32:59 -04:00
2020-09-18 16:25:46 -04:00
2019-05-08 17:06:39 -05:00
2020-02-16 14:24:06 -05:00
2020-08-30 14:25:40 -04:00
2020-09-08 19:54:58 -04:00
2019-11-25 18:38:13 -06:00
2020-07-02 05:05:13 -04:00
2020-08-30 14:25:40 -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%