Michael Panzlaff 2651401e6b Fix PATH for modern target for non dkp systems
When prepending something to PATH, we should use PATH=/foo/bar:$PATH
and not PATH=/foo/bar:PATH. Because your shell won't certainly find
something under the literal name PATH.

If one is not using devkitarm, TOOLCHAIN will resolve to an empty
string. If TOOLCHAIN is an empty string the only search path for the
modern gcc will be /bin which may work on some installations but is
probably not what was originally intended with this line. So let's just
search the standard search path if nothing can be found under $(TOOLCHAIN).

Either way, PATH is already set up previously, so we can make sure
MODERNCC is invoked properly by calling MODERNCC with PATH=$(PATH).
2023-06-08 12:42:17 +02:00
2022-11-27 17:33:09 -05:00
2022-09-11 14:14:49 -04:00
2023-05-25 15:09:16 -04:00
2022-01-22 19:41:31 -05:00
2022-09-25 18:34:07 -04:00
2019-04-07 19:18:42 -05:00
2023-03-05 17:17:39 -03:00
2023-01-14 21:05:10 -05:00
2021-10-08 04:57:05 -06:00
2022-01-22 19:37:46 -05:00
2022-09-11 14:14:49 -04:00
2021-11-15 00:21:40 -05:00

Pokémon Emerald

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 235 MiB
Languages
C 79.9%
Assembly 16.7%
C++ 3.1%
Makefile 0.3%