pokegold-spaceworld/home/vblank.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.
home/joypad: disassemble more functions 2018-06-01T19:46:11+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-06-01T19:41:02+00:00 46435be6a1840eff9038c9e5a300f92006bff321 - add misc_constants and add joypad constants. - rename one of the VBlank counters as it's exclusively used to time joypad functionality. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
- add misc_constants and add joypad constants.
- rename one of the VBlank counters as it's exclusively
  used to time joypad functionality.

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
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
home: disassemble vblank and associated functions 2018-05-31T23:26:41+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-05-31T23:26:26+00:00 66e714913c3ed0bcb1c8d9ee9c004960b711a8ac Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
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.
Disassemble a lil' bit 2018-05-28T12:02:22+00:00 ISSOtm eldredhabert0@gmail.com 2018-05-28T12:02:22+00:00 39a6615bcbdcaf21190e2836f21755db1b394951