summaryrefslogtreecommitdiff
path: root/gfx/font.asm
AgeCommit message (Collapse)Author
2021-03-16Revise some constant definitionsRangi
2020-10-26Comment, remove, or revise many unreferenced labelsRangi
2020-02-28Identify remaining gfx/unknown filesRangi
2019-04-09TextBox -> Textboxmid-kid
Homogenizing names.
2018-06-24Remove all address commentsmid-kid
2018-04-01Fix file permissionsmid-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-01-18unused_up_arrow.pngRemy Oukaour
2018-01-15Move code out of gfx/ (close #474)Remy Oukaour
2018-01-14Merge 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-14GFX tile sizes in decimalRemy Oukaour
2018-01-13Don't split stats gfx in threeRemy Oukaour
2018-01-11maskbits for NUM_FRAMESRemy Oukaour
2018-01-11Local UI tiles don't belong in charmapRemy Oukaour
Separate 1bpp font tiles from gfx/mobile/phone_tiles.png
2018-01-02More unreferenced labels and unused textxCrystal
2017-12-29LY_BLANK and rLCDC constantsxCrystal
2017-12-28Lowercase v for VRAM addressesxCrystal
2017-12-24Split all of the footprintsmid-kid
Split all the footprints into separate files in `gfx/footprints/`. Makes them easier to edit and find for most people.
2017-12-15Move more unknown graphics into real subfoldersRemy Oukaour
2017-12-15Move all misc/ and unknown/ files to meaningful directoriesRemy Oukaour
2017-12-11Name some gfx/unknown/ filesRemy Oukaour
2017-12-11Add constants for time-of-day boundariesRemy Oukaour
Split off more misc constants into proper files
2017-12-09Move some gfx/unknown/ files into meaningful directoriesRemy Oukaour
2017-12-09Move some gfx/misc/ files into meaningful directoriesRemy Oukaour
2017-12-09Define more charmap characters and use them in place of hard-coded numbersRemy Oukaour
2017-09-09Labelling kanji for the days of the week (calendar?)surskitty
2017-06-24Fix gfx/framesyenatch
2017-06-24pngs in gfx/unknownyenatch
2016-05-08All functions in main.asm have non-generic namespikalaxalt
2015-11-19main.asm is now under 30k linesPikalaxALT