pokecrystal/engine/new_pokedex_entry.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.
callba/callab → farcall/callfar 2017-12-24T17:47:30+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-24T17:47:30+00:00 c66d195089b1e1b823be4f0a0fc9b8f41f5f790d

Copy pokered's organization some more, with further constant and data files 2017-12-15T22:22:52+00:00 Remy Oukaour remy.oukaour@gmail.com 2017-12-15T22:22:52+00:00 59fe4078124f0fa8d1613a3f715861d9c6f2d449