pokecrystal/engine/routines/placegraphic.asm, branch master Pokémon Crystal 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.
Remove Predef_ prefix from routines listed in PredefPointers 2018-01-16T19:39:28+00:00 Remy Oukaour remy.oukaour@gmail.com 2018-01-16T19:30:10+00:00 80480821142d7a7b16dd2b1a98a213e7b389af0f

Consistent predef function names 2018-01-02T17:49:25+00:00 xCrystal rgr.crystal@gmail.com 2018-01-02T17:49:25+00:00 d7970f749ac23786728926109be430ab732f19e6

Remove all code from main.asm (some labeled INCBINs, like out-of-context graphics, are still present) 2017-12-25T00:35:35+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-25T00:35:35+00:00 7d4486e6a34a5163575400f21e806471be496e3d engine/routines/ stores isolated out-of-context routines as individual files. It might be preferable later to append them to their related engine/ files in unique little SECTIONs, relying on the linkerscript to place them appropriately; or some other organization method. In the meantime, they're now easily findable apart from main.asm's other content.
engine/routines/ stores isolated out-of-context routines as individual files. It might be preferable later to append them to their related engine/ files in unique little SECTIONs, relying on the linkerscript to place them appropriately; or some other organization method. In the meantime, they're now easily findable apart from main.asm's other content.