pokecrystal/engine/printhoursmins.asm, branch master Pokémon Crystal 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.
Move more main.asm code into individual files 2017-12-16T02:22:26+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-16T02:22:26+00:00 e44640b0088dad5856d7a6f60ad930779931b251