pokegold-spaceworld/home/serial.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

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.
Remaining serial functions in HOME 2018-06-05T21:39:40+00:00 PikalaxALT pikalaxalt@gmail.com 2018-06-05T21:39:40+00:00 3015d3b5476a2fa316581b69bda017b4d15f0777

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
Clean up Makefile 2018-05-30T20:53:59+00:00 pfero ohpee@loves.dicksinhisan.us 2018-05-30T20:53:12+00:00 cd9191b074ad1f0cc76375f535a2e487b0451532 This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
This makefile can now figure graphics dependencies on its own, creates
dependency files for each compilation unit and compiles everything
separately.

This is a proposal. Please try it out, read the Makefile to see if you
get what I'm trying to do, and propose any improvements you want.
hram.asm: fix receive spelling error 2018-05-30T18:34:06+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-05-30T18:34:06+00:00 aa11780082158395153c930403a90219383da681 Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Fix disassembling mistakes 2018-05-29T14:43:04+00:00 ISSOtm eldredhabert0@gmail.com 2018-05-29T14:43:04+00:00 e6c75f2d8487311914abb327a67e183a188df3d7

Disassemble a lil' bit 2018-05-28T12:02:22+00:00 ISSOtm eldredhabert0@gmail.com 2018-05-28T12:02:22+00:00 39a6615bcbdcaf21190e2836f21755db1b394951