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 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | 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-11 | Move party menu qualities to data/ | Remy Oukaour | |
2018-01-11 | More constants and data tables | Remy Oukaour | |
2018-01-02 | More unreferenced labels and unused text | xCrystal | |
2018-01-02 | Consistent predef function names | xCrystal | |
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 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-10 | Consistent capitalization for map names, matching their constants | Remy Oukaour | |
2016-06-06 | Remaining layout constants | 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 | |||
2016-03-01 | Battle animation annotations | PikalaxALT | |
2016-01-04 | more gfx-related labels | PikalaxALT | |
2015-12-23 | Battle Anim Object struct constants | PikalaxALT | |
2015-12-22 | More stats screen shenanigans | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-20 | Menu joy flags; started with link address space | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-18 | Events and some WRAM cleanup | PikalaxALT | |
2015-12-17 | More menu stuff | PikalaxALT | |
2015-12-15 | Menu | PikalaxALT | |
2015-12-14 | map setup and warps | PikalaxALT | |
2015-12-13 | Miscellaneous labels | PikalaxALT | |
2015-12-01 | Break up engine/sprites.asm; address yenatch's comments | PikalaxALT | |
2015-11-28 | Renaming sections, further dissolving main.asm | PikalaxALT | |
2015-11-20 | Annotate battle tower text bug | PikalaxALT | |
2015-11-19 | main.asm is now under 30k lines | PikalaxALT | |
2015-11-18 | CmdQueues | PikalaxALT | |
2015-11-18 | items/item_effects.asm; engine/evolution.asm | PikalaxALT | |
2015-11-11 | More splits; map setup labels | PikalaxALT | |
2015-11-10 | No more DefaultFlypoint | PikalaxALT | |
2015-11-09 | Add missing files in engine/ and battle/ | PikalaxALT | |