pokegold-spaceworld/home/copy.asm, branch master Pokémon Gold and Silver Space World 1997 demo Clean up some code in home/ 2020-08-09T19:16:31+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-08-09T19:16:31+00:00 9c229cde440bc6f68343331ad7bc6e1a52a742f0

Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since only the debug Gold ROM is built 2020-08-09T18:03:48+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-08-09T18:03:48+00:00 a75c6619fb933dc2d4c94b24394fb6fa9335b3b1

Introduce linkerscript. 2018-07-03T21:07:05+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2018-07-03T21:07:05+00:00 e1659ecd41dfac70eb021c0f5fe983ed6f043433 Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
More field moves, need to clean up names and constants 2018-06-16T19:44:10+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-16T19:44:10+00:00 0ddae2eac07d890bad3bfe79fa9e59cb9d214040

Merge branch 'master' into build_more_roms 2018-06-03T01:26:20+00:00 PikalaxALT pikalaxalt@gmail.com 2018-06-03T01:26:20+00:00 04883f4bf9fa6c0bf935f1aac95d5d48abe3bb30

Make the repository build all four ROMs 2018-06-03T00:16:37+00:00 PikalaxALT pikalaxalt@gmail.com 2018-06-03T00:16:37+00:00 956d010d59ad225bea768aec172ccb56977b1775

Code conventions: 2018-06-01T17:24:42+00:00 Rangi remy.oukaour+rangi@gmail.com 2018-06-01T17:24:42+00:00 c8e99019471f5f7b5e1824687043ac92bc7a424b - Lowercase hex literals - Lowercase rgbasm keywords (rept, endr) - Use decimal literals by default, binary when bits are meaningful; hex indicates that it needs further review, e.g. to define a constant - Tabs, not spaces - Newline at end of file (rgbds sometimes complains otherwise) - Doc comments underneath function names
- Lowercase hex literals
- Lowercase rgbasm keywords (rept, endr)
- Use decimal literals by default, binary when bits are meaningful; hex indicates that it needs further review, e.g. to define a constant
- Tabs, not spaces
- Newline at end of file (rgbds sometimes complains otherwise)
- Doc comments underneath function names
Cleaned up code. Found the unknown_string_funcs in pokered, they deal with Items. Re-ordered to the Item TM/HM Constants for functions to make sense 2018-06-01T02:52:46+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-01T02:52:46+00:00 b15511b87a33187d44470ca3b0ee84a94cbf1c94

Disassembled some copy functions and some unknown string functions 2018-06-01T01:27:02+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-01T01:27:02+00:00 a522a56436cd8df435019cafc7a5a78f698ff08f

home: disassemble video data copy functions 2018-05-31T02:17:53+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-05-31T02:17:44+00:00 b92ce65c08805029d7dd9398b7d7d16fd63b22dd Move to copy2 and rename constants to pokered for consistency Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Move to copy2 and rename constants to pokered for consistency

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>