pokecrystal/engine/games/unown_puzzle.asm, branch master Pokémon Crystal Require rgbds 0.5.1 2021-05-09T16:26:28+00:00 Rangi remy.oukaour+rangi42@gmail.com 2021-05-09T16:26:28+00:00 b1dbadbdd397cb8c9e85fa48d9184949c921a8f3 Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
Use rgbds 0.5.0 2021-04-19T20:31:37+00:00 Rangi remy.oukaour+rangi42@gmail.com 2021-04-19T20:31:37+00:00 316fa4b69558a1930a1a1ae44a40221a1ddd4f26

Replace $0 with 0 for "ld l, a / ld h, 0" idiom 2020-11-09T20:20:40+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-11-09T20:17:03+00:00 17894e5f39520db2f21452d056c4683915086d8d

Identify some more labels, and make some more consistent 2020-11-01T17:36:38+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-11-01T17:36:38+00:00 6220200f0f223a4077fcc716c105c01f3e1d3691

Identify the remaining (non-mobile) uses of another WRAM union 2020-10-29T18:51:41+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-10-29T18:45:40+00:00 bcc0d633e948227e68da8a264d1533771a54b5c4

Identify more labels, and use the jumptable macro when possible 2020-07-01T17:13:49+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-07-01T17:13:49+00:00 fce6243b432d1df1b4ab244023be738a54dbe8f3

Miscellaneous fixes, including one for the Pokédex design flaw by ax6 2020-04-18T21:31:51+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-04-18T21:31:51+00:00 576cbf5b3e4ae7cd377dfeb0d75dca54b44518bc

`dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` 2020-04-04T20:00:30+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-04-04T20:00:30+00:00 0ef004a4db9428f6350815c199ac5aa6379fc773

Upgrade to rgbds 0.4.0 2020-04-04T19:15:02+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-04-04T18:42:31+00:00 0ee9d7a48baed7e9388e7e377b5eab5b4f795688 - fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
- fail for rgbds < 0.4.0
- `rst <Label>`
- `ds <count>, <byte>`
- `shift <N>`
- ASCII "\r"
- Sorted .sym file
Standardize on lowercase Tilemap and Attrmap 2020-02-13T17:31:10+00:00 mid-kid esteve.varela@gmail.com 2020-02-13T17:30:13+00:00 26b8bf003e3523fee94c4c18447ea55f9eb1d429 We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one.
We used to have a mixture of TileMap and and Tilemap, as well as the
similar AttrMap. Standardize on one.