Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
That's where most of the textbox code will live some day, ... probably
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
All graphics were split so that proper labels could be placed.
Font was not split, because that was nicely handled using the
charmap constants.
If proper lengths should also be handled using automatic calculation
using labels, some graphics would need further splitting up
in order to place labels.s
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
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>
|
|
- 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
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
|
|
|
|
|
|
Items. Re-ordered to the Item TM/HM Constants for functions to make sense
|
|
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
Matches pokered
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
Move to copy2 and rename constants to pokered for consistency
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
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.
|
|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
|
|
|
|
|