shithub: rgbds

Download patch

ref: 5c24de3dc4e62c74fcd4f2a6a5055df73ee41a0a
parent: b299f6fb3b8fcf24dc339caf0074707befdbfbce
author: James Larrowe <larrowe.semaj11@gmail.com>
date: Wed May 6 12:46:14 EDT 2020

Use inttypes for stdint types

This should help make RGBDS portable to systems with 16-bit integers,
like DOS.

For kicks, use the macros for 16-bit and 8-bit integers.

Fix other miscellaneous things, like #include ordering and other
printf-format related things.

Reduce repitition in math.c while I'm there.