Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-23 | Separate tilesets.o goes with pics.o and sprites.o | Rangi | |
2019-11-03 | 128px is the standard tileset width | Rangi | |
2019-11-03 | Correct question_mark.2bpp hash and rgbgfx flags | Rangi | |
2019-11-03 | The $C9 byte in page2.tilemap is a ret opcode | Rangi | |
2019-11-03 | GFX_17eb7e -> PokemonNewsTileAttrmap | Rangi | |
2019-11-03 | sgb_border_nonmatching.bin has the 20x18 screen bytes within the 32x28 tilemap | Rangi | |
2019-11-03 | Identify intro tilemaps and attrmaps | Rangi | |
2019-11-03 | Rename TILESET_BATTLE_TOWER to TILESET_BATTLE_TOWER_INSIDE | Rangi | |
2019-08-11 | Store a mobile tilemap+tilemap in its own files | Rangi | |
2019-08-11 | Store Magnet Train tilemaps in their own files | Rangi | |
2019-06-09 | Redump slots_1.png with 16 as width. | mid-kid | |
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-01-15 | Fix some constants | mid-kid | |
Glass ting SFX were added in crystal. PicAnimations and UnownAnimations are expected to be in the same bank as their pointers, because the pointers are not BANK()-referenced separately. | |||
2018-10-31 | gfx/roofs/*.png filenames match ROOF_* constants | Rangi | |
2018-09-22 | PREDEFPAL_4D -> PREDEFPAL_GAMEFREAK_LOGO_OB | Rangi | |
2018-09-16 | Identify some Spaceworld beta content | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
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 | |