Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-24 | Remove Special_ prefix from special routines (close #478) | Rangi | |
2018-01-22 | Add data/text/ | Rangi | |
2018-01-21 | Group engine/pokedex files | Remy Oukaour | |
2018-01-21 | Unrelated routine gets its own file | Remy Oukaour | |
2018-01-21 | POKEDEX_SCX | Remy Oukaour | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-19 | More Japanese characters | Remy Oukaour | |
2018-01-18 | Disambiguate "%" and "<NO>" | Remy Oukaour | |
2018-01-18 | More charmap and home/text.asm documentation for JP chars | Remy Oukaour | |
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour | |
2018-01-16 | Cleaner Pokédex code | Remy Oukaour | |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour | |
2018-01-15 | Move code out of gfx/ (close #474) | Remy Oukaour | |
2018-01-14 | Merge branch 'dev' of https://github.com/TheMostCuriousThing/pokecrystal ↵ | Remy Oukaour | |
(resolve PR #460) # Conflicts: # engine/battle/core.asm # engine/save.asm | |||
2018-01-14 | Merge branch 'master' of https://github.com/xCrystal/pokecrystal (resolve PR ↵ | Remy Oukaour | |
#459) # Conflicts: # data/items/descriptions.asm # data/sprite_anims/framesets.asm # engine/crystal_colors.asm # engine/events/kurt.asm # engine/events/special.asm # engine/events/std_scripts.asm # engine/events_3.asm # engine/item_effects.asm # engine/namingscreen.asm # engine/scripting.asm # engine/stats_screen.asm # engine/trade_animation.asm # home/audio.asm # main.asm # maps/BattleTower1F.asm # maps/BattleTowerBattleRoom.asm # maps/BurnedTowerB1F.asm # maps/ElmsLab.asm # maps/GoldenrodDeptStore5F.asm # maps/GoldenrodUnderground.asm # maps/HallOfFame.asm # maps/MahoganyTown.asm # maps/ManiasHouse.asm # maps/MobileBattleRoom.asm # maps/MobileTradeRoomMobile.asm # maps/RadioTower2F.asm # maps/Route35NationalParkGate.asm # maps/Route36NationalParkGate.asm # maps/Route39Farmhouse.asm # tilesets/palette_maps.asm | |||
2018-01-12 | Move code out of data/ | Remy Oukaour | |
2018-01-11 | Use maskbits some more | Remy Oukaour | |
2018-01-10 | Resolve #461 | Remy Oukaour | |
2018-01-09 | Consistent sine wave code formatting | Remy Oukaour | |
2018-01-08 | Use BANK for hardcoded SRAM banks (except for vestigial refs to JP's banks 4-7) | Adelaide Walter | |
2018-01-07 | Predef_FlagAction -> Predef_SmallFarFlagAction | xCrystal | |
2018-01-05 | Predef_Flag -> Predef_FlagAction | xCrystal | |
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-02 | Consolidate Special function names | xCrystal | |
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2018-01-02 | Clean up Predef function names | xCrystal | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-29 | LY_BLANK and rLCDC constants | xCrystal | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-24 | Group Pokérus files in engine/pokerus/ | Remy Oukaour | |
2017-12-24 | Remove all code from main.asm (some labeled INCBINs, like out-of-context ↵ | Remy Oukaour | |
graphics, are still present) 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. |