Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-17 | More SGB documentation | Remy Oukaour | |
2018-01-17 | Partially document SGB data from pokered | Remy Oukaour | |
2018-01-17 | Rename some tilesets (close #467) | Remy Oukaour | |
2018-01-15 | Move code out of gfx/ (close #474) | Remy Oukaour | |
2018-01-15 | Document PredefPals still used by CGB layouts | 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-13 | Don't split stats gfx in three | Remy Oukaour | |
2018-01-12 | Add missing file | Remy Oukaour | |
2018-01-12 | Mystery Gift graphics match | Remy Oukaour | |
2018-01-12 | Comments explain colors | Remy Oukaour | |
2018-01-12 | Egg palette works like other Pokémon | Remy Oukaour | |
2018-01-12 | More gfx/**/*.pal files | Remy Oukaour | |
2018-01-12 | Separate more palettes into gfx/**/*.pal files | Remy Oukaour | |
2018-01-12 | Easier to find palette data | Remy Oukaour | |
2018-01-12 | npc_sprites.pal matches PAL_NPC constants | Remy Oukaour | |
2018-01-11 | Missed graphics | Remy Oukaour | |
2018-01-11 | maskbits for NUM_FRAMES | 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 | Resize SGB graphics | Remy Oukaour | |
2018-01-11 | More constants and data tables | Remy Oukaour | |
2018-01-10 | Group some mutually edited files in data/sprites/ | Remy Oukaour | |
2018-01-10 | gfx/*.asm files have INCBINs | Remy Oukaour | |
2018-01-10 | map_objects.pal is easier to find in gfx/overworld/ than gfx/sprites/ | Remy Oukaour | |
2018-01-10 | Newline | Remy Oukaour | |
2018-01-09 | Split tilesets/ into gfx/tilesets and data/tilesets/ | Remy Oukaour | |
2018-01-09 | Move data/palettes/ .pal files into gfx/ | Remy Oukaour | |
2018-01-09 | Binary tilemaps | Remy Oukaour | |
2018-01-09 | Replace some hex constants | Remy Oukaour | |
2018-01-09 | includes.asm → constants.asm | Remy Oukaour | |
2018-01-03 | Use BANK for hardcoded WRAM banks (except where bankswitches appear ↵ | Adelaide Walter | |
unnecessary). | |||
2018-01-03 | lava in gym_1 > fountain in unused safari zone | Remy Oukaour | |
2018-01-03 | Tileset images are 128px wide | Remy Oukaour | |
2018-01-02 | Make some graphics easier to edit | Remy Oukaour | |
2018-01-02 | pngcrush -noreduce | Remy Oukaour | |
2018-01-02 | Arrange pichu.png like the rest | Remy Oukaour | |
2018-01-02 | town_map.png matches pokegear.png | Remy Oukaour | |
2018-01-02 | More unreferenced labels and unused text | xCrystal | |
2018-01-02 | Consistent predef function names | xCrystal | |
2017-12-29 | LY_BLANK and rLCDC constants | xCrystal | |
2017-12-28 | Merge branch 'master' of https://github.com/pret/pokecrystal | Remy Oukaour | |
# Conflicts: # macros/scripts/maps.asm | |||
2017-12-28 | Rename pokemon animation files (fix #439) | Remy Oukaour | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-27 | Note about footprints in comments | Remy Oukaour | |
2017-12-27 | gfx/pokemon/animation.asm → engine/pic_animation.asm | Remy Oukaour | |
Correct comment in constants/pokemon_constants.asm | |||
2017-12-27 | Remove redundant data/ filename prefixes | Remy Oukaour | |
2017-12-26 | Name mail graphics | Remy Oukaour | |
2017-12-26 | Use "battle_anims" and "sprite_anims" for clarity, not just "anims" | Remy Oukaour | |
2017-12-26 | Split battle/ into data/ and engine/ components | Remy Oukaour | |