Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-25 | Remove even more address comments | mid-kid | |
That should be all of them this time | |||
2018-06-24 | Remove all address comments | mid-kid | |
2018-06-12 | Note which labels are only needed for locating banks (relevant to issue #485) | Rangi | |
2018-06-03 | Create empty sections for the remaining FixPicBank array entries | Rangi | |
2018-06-01 | SGB palette roles discovered from Spaceworld beta G/S | Rangi | |
2018-05-29 | Same pic bank solution as pokecrystal | Rangi | |
2018-05-20 | Use REGISTERED_* constants | Rangi | |
128px wide pack_menu.png matches BGB VRAM viewer, and rows+cols match hex tile IDs (e.g. $24 = row 3 col 5) | |||
2018-05-18 | Fix comments | Rangi | |
2018-04-01 | Fix file permissions | mid-kid | |
I have no idea why this was a thing (do people store this repo on FAT32 flash drives or something?), but quite a bit of files had a permission of 755. This isn't really a problem, but it's inconsistent and weird. | |||
2018-02-25 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # constants/map_constants.asm # constants/wram_constants.asm # data/radio/oaks_pkmn_talk_routes.asm # data/radio/pnp_hidden_places.asm # engine/battle/core.asm # engine/breeding.asm # engine/phone/phone_scripts.asm # engine/radio.asm # maps/BattleTower1F.asm # maps/OlivineLighthouse2F.asm # maps/OlivineLighthouse6F.asm # maps/PokemonFanClub.asm # maps/RadioTower1F.asm # maps/RadioTower2F.asm # maps/Route30BerryHouse.asm # maps/Route34IlexForestGate.asm # maps/Route36NationalParkGate.asm # maps/RuinsOfAlphKabutoChamber.asm # maps/RuinsOfAlphResearchCenter.asm # maps/VermilionPort.asm # maps/VictoryRoad.asm | |||
2018-02-09 | Make tileset palette maps easier to edit | Rangi | |
2018-02-08 | Remove EXIF metadata from images | mid-kid | |
This is just a pet-peeve of mine, but if you're going to have half of the repo filled with clean PNGs, and only have some with this metadata, might as well clean it all right up. | |||
2018-02-07 | questionmark is not a pokemon pic | Rangi | |
2018-02-04 | Add ROOF_ constants | Rangi | |
2018-02-02 | use "x + -1" not "x +- 1" | Rangi | |
(TODO: use "x - 1" once rgbds allows it) | |||
2018-01-21 | Separate new_game graphics | Remy Oukaour | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-19 | More Japanese characters | Remy Oukaour | |
2018-01-19 | One leader per line | Remy Oukaour | |
2018-01-18 | unused_up_arrow.png | Remy Oukaour | |
2018-01-18 | Correct comment | Remy Oukaour | |
2018-01-18 | SGB MON_NITE colors | Remy Oukaour | |
2018-01-18 | More accurate constant/label names | Remy Oukaour | |
2018-01-18 | Identify leftover SGB palettes from R/B | Remy Oukaour | |
2018-01-18 | More .pal files | Remy Oukaour | |
2018-01-18 | Only graphics data goes in gfx/ | Remy Oukaour | |
Introduce PALRGB_WHITE constant for $7fff | |||
2018-01-18 | BlkPacket comments | Remy Oukaour | |
2018-01-18 | Compact predef.pal | Remy Oukaour | |
2018-01-18 | More SGB documentation | Remy Oukaour | |
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 | |