pokegold-spaceworld/home/print_bcd.asm, branch master Pokémon Gold and Silver Space World 1997 demo - Remove trailing whitespace 2020-09-20T17:58:03+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-20T17:58:03+00:00 fac958b280056922a1828b71a04d84a36e1e807a - Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
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.
Merge branch 'master' into build_more_roms 2018-06-03T03:12:38+00:00 PikalaxALT pikalaxalt@gmail.com 2018-06-03T03:12:38+00:00 3a09446488e1c567820782201584345dc6517011

home: move PrintLetterDelay to menu 2018-06-03T02:44:18+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-06-03T02:44:18+00:00 c9874e1a7b67b539ed448f57147e139397f7b324 That's where most of the textbox code will live some day, ... probably Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
That's where most of the textbox code will live some day, ... probably

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
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

home, macros: disassemble text-related functions and add text fn macros 2018-06-01T22:30:32+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-06-01T22:30:32+00:00 dd8ff58554b17ea73b152973dc4be0003d3ea89b Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>