pokecrystal/engine/phone/phonering_copytilemapatonce.asm, branch master Pokémon Crystal Format all CopyTilemapAtOnce variations the same way 2020-05-17T02:25:52+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-05-17T02:25:52+00:00 395ebd83866161a93276f030bbf67f6ac0895f0f

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.
Update to rgbds 0.3.8 2019-02-16T17:17:55+00:00 Rangi remy.oukaour+rangi42@gmail.com 2019-02-16T17:17:55+00:00 df337fc417b8de58ab0b2bfc4dd8fa488f9fd3b8

Use labels instead of constants for HRAM 2018-08-25T18:28:22+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-08-25T18:28:22+00:00 eb1e3636bb71509546c274bf2a5910d8e71a9600 Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
Remove all address comments 2018-06-24T14:13:22+00:00 mid-kid esteve.varela@gmail.com 2018-06-24T14:09:41+00:00 1d9a68dbdd0132035f1fc7b7ea8f7fdc24741507

Organize the engine/ directory, take 3 2018-03-25T14:18:33+00:00 mid-kid esteve.varela@gmail.com 2018-03-25T14:18:33+00:00 0d9241889fc8a2f047b9fd6db25e55de1e721877 Renamed `title` to `movies`. Moved some functions from `engine/routines/` to their fitting directories, and cleaned up the base `engine/` directory. Moved `engine/pokemon/tmhm.asm` back to `engine/items/`. Made a new subdirectory: * engine/tilesets: Contains all map-related graphics routines.
Renamed `title` to `movies`.
Moved some functions from `engine/routines/` to their fitting
directories, and cleaned up the base `engine/` directory.
Moved `engine/pokemon/tmhm.asm` back to `engine/items/`.

Made a new subdirectory:
* engine/tilesets: Contains all map-related graphics routines.