Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
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-11 | Use maskbits some more | Remy Oukaour | |
2018-01-02 | Clean up XXX comments for unused content | xCrystal | |
2017-12-28 | Prefix engine_flags wram addresses with w | xCrystal | |
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-05-28 | Fix no newline at eof in engine/time.asm | yenatch | |
2016-05-10 | Labeled every function in ROM0 that's referenced in the source | pikalaxalt | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-10 | Local labels starting with capital letters are now decorated with a trailing ↵ | pikalaxalt | |
colon; remove trailing whitespace; globally correct line endings to UNIX style | |||
2016-03-08 | More annotations of HP bar animations, including an oversight by GameFreak ↵ | pikalaxalt | |
resulting in super-slow HP bars for Pokemon with over 48 HP | |||
2016-03-01 | Battle animation annotations | PikalaxALT | |
2016-01-10 | Pokegear | PikalaxALT | |
2016-01-05 | maptrigger macro | PikalaxALT | |
2015-12-01 | More animations including cutting grass | PikalaxALT | |
2015-10-24 | About time I got to these functions | PikalaxALT | |
2015-10-16 | Split up bank 2; other relabelings | PikalaxALT | |
2015-10-10 | Annotation of PrintNum arguments in bc, and radio functions | PikalaxALT | |
2015-10-04 | soft reset | PikalaxALT | |
2015-10-02 | Moved time-related functions in bank 4 to engine/time.asm | PikalaxALT | |
2013-09-07 | move common asm from engine/ to common/ | yenatch | |
engine/ was getting really bloated and common asm wasnt what it was made for | |||
2013-08-29 | move time-related asm from main.asm into engine/time.asm | yenatch | |