Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-19 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | Remy Oukaour | |
2018-01-19 | More Japanese characters | Remy Oukaour | |
2018-01-18 | Use Japanese charmap definitions in strings | Remy Oukaour | |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | 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-14 | GFX tile sizes in decimal | Remy Oukaour | |
2018-01-10 | Resolve #461 | Remy Oukaour | |
2018-01-09 | Move data/palettes/ .pal files into gfx/ | Remy Oukaour | |
2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear ↵ | Adelaide Walter | |
unnecessary). | |||
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-01 | Merge 2d0ed11 and 355acfc from Roukaour/master | xCrystal | |
2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal | |
2018-01-01 | Use more palette(s) constants | xCrystal | |
2018-01-01 | Use constants for rBGPI+rOBPI auto-increment | Remy Oukaour | |
Fix some documentation | |||
2017-12-28 | Lowercase v for VRAM addresses | 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 | 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-15 | Add more palettes to data/palettes/ | Remy Oukaour | |
2017-06-09 | Replace ‘jp [hl]’ with ‘jp hl’ | Ben10do | |
The former is arguably misleading (as you don’t access the memory location in hl to retrieve the jump location), and is consequently deprecated in newer versions of rgbds. This fix silences these deprecation warnings. | |||
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 lowercase letters are no longer decorated with a ↵ | pikalaxalt | |
trailing colon | |||
2016-01-12 | More WRAM tidying | PikalaxALT | |
2015-12-26 | jumptable macro repurposed | PikalaxALT | |
2015-12-22 | Color fns, some more address decoding in link/mobile | PikalaxALT | |
2015-12-19 | More work on slots; WRAM cleanup, Move Deleter | PikalaxALT | |
2015-12-11 | Card Flip | PikalaxALT | |
2015-12-02 | More work interpreting the sprite engine | 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 | |