pokecrystal/engine/rtc/rtc.asm, branch master Pokémon Crystal Replace "Unreferenced" labels with "; unreferenced" comments 2020-06-21T20:27:43+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-06-21T20:27:43+00:00 91774f206e97d67cb8f16f5afeec03ce9c7e28ca

Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM) 2020-06-17T21:03:38+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-06-17T21:03:38+00:00 cc460a17b0b99208592ca31de99f526fce2bf5ad To do: engine/{menus, overworld}
To do: engine/{menus, overworld}
Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with pokegold 2020-06-17T15:29:00+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-06-17T15:29:00+00:00 be93ab33a752fe0360c3b23dd4f33e1b0a05bf0e To do: engine/{menus, movie, overworld, pokemon}
To do: engine/{menus, movie, overworld, pokemon}
Harmonize some more symbols with pokegold 2020-06-16T15:28:52+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-06-16T15:28:52+00:00 b9f2b93c1741c44eaa6468284303d16dde654553

'and BANK' -> 'aka BANK' 2020-02-28T16:51:42+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-02-28T16:51:42+00:00 1d4c1aeef4b18738aae3966846429dae80da731c

Fix SRAM references in Function140ae 2020-02-25T18:38:24+00:00 mid-kid esteve.varela@gmail.com 2020-02-25T18:38:24+00:00 e7995159310f059727479a350801ef5fc66b90c8

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

Fix file permissions 2018-04-01T15:05:10+00:00 mid-kid esteve.varela@gmail.com 2018-04-01T15:03:11+00:00 81fff9bb80af3db0ee381c824261b8963e1cc221 I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird.
I have no idea why this was a thing (do people store this repo on FAT32
flash drives or something?), but quite a bit of files had a permission
of 755. This isn't really a problem, but it's inconsistent and weird.
Organize the engine/ directory, take 2 2018-03-14T12:28:36+00:00 mid-kid esteve.varela@gmail.com 2018-03-14T12:28:36+00:00 97c511cd2f271252cbc9e9746668081422231ca5 Renamed `game` to `games` and `menu` to `menus`. Moved some functions from `engine/routines/` to their fitting subdirectories. Made two new subdirectories: * engine/rtc: Contains all RTC-related things. Menus, hardware, misc functions. * engine/items: Contains all item-related things. Pack, item effects, other item handlers.
Renamed `game` to `games` and `menu` to `menus`.
Moved some functions from `engine/routines/` to their fitting subdirectories.

Made two new subdirectories:
* engine/rtc: Contains all RTC-related things. Menus, hardware, misc
functions.
* engine/items: Contains all item-related things. Pack, item effects,
other item handlers.