Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-19 | More Unicode | Remy Oukaour | |
2018-01-18 | newline before para | Remy Oukaour | |
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour | |
2018-01-16 | Avoid "+- 1" at every maskbits | Remy Oukaour | |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour | |
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-13 | Don't split stats gfx in three | Remy Oukaour | |
2018-01-11 | Local UI tiles don't belong in charmap | Remy Oukaour | |
Separate 1bpp font tiles from gfx/mobile/phone_tiles.png | |||
2018-01-11 | Use maskbits some more | Remy Oukaour | |
2018-01-09 | Do a little cleanup towards issue #465 | Remy Oukaour | |
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2017-12-29 | Clean up .Jumptable: spaces | xCrystal | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-24 | Change a few Unknown labels | Remy Oukaour | |
2017-12-24 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
2017-12-24 | Fix issue #345: | Remy Oukaour | |
- GetMonFrontpic → GetEnemyMonFrontpic - GetMonBackpic → GetBattleMonBackpic - FrontpicPredef → GetAnimatedFrontpicPredef - GetFrontpic → GetMonFrontpic - GetBackpic → GetMonBackpic - CutAndPasteMap → PadMapForHDMATransfer | |||
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-24 | Misc fixes for the usage of constants | mid-kid | |
Several improvements that will make it easier to edit some data structures for everyone. | |||
2017-12-10 | Use correct WRAM labels for intro/title scenes | Remy Oukaour | |
Remove outdated WRAM alias comments | |||
2017-12-09 | More WRAM cleanup | Remy Oukaour | |
2017-12-09 | Define more charmap characters and use them in place of hard-coded numbers | Remy Oukaour | |
2017-11-03 | Label some functions in gfx/load_pics.asm | pfero | |
A few projects I looked around in used these same labels for these functions, and it looks like they describe these functions properly. Also fixed usage of BANK() in a few places. | |||
2016-05-11 | Name all printer functions | pikalaxalt | |
2016-05-08 | All functions in main.asm have non-generic names | pikalaxalt | |
2016-05-04 | HDMA transfer functions | pikalaxalt | |
2016-05-04 | More splitting of main.asm; remove unneeded rept 2 | pikalaxalt | |
2016-04-10 | Local labels starting with lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
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 | |||
2015-12-28 | trainer card | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-23 | Finish stats screen function labels | PikalaxALT | |
2015-12-22 | More stats screen shenanigans | PikalaxALT | |
2015-12-21 | More link trade shenanigans | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-17 | Mobile trade animations, pokepic animations | PikalaxALT | |
2015-12-16 | Bill's PC | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-14 | map setup and warps | PikalaxALT | |
2015-12-04 | More work on animations | PikalaxALT | |
2015-11-20 | Annotate battle tower text bug | PikalaxALT | |
2015-11-19 | engine/stats_screen.asm | PikalaxALT | |