Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-12 | Build the Virtual Console patch with `make crystal11_vc` (#882) | vulcandth | |
Fixes #813 | |||
2021-03-04 | Verify data table sizes with table_width and assert_table_length macros | Rangi | |
This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739 | |||
2021-01-09 | Rename GetFarHalfword to GetFarWord | Rangi | |
Fixes #796 | |||
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-12-07 | FarString -> PlaceFarString, and document a BrokenPlaceFarString bug | Rangi | |
2020-12-07 | Identified two magic numbers and cleaned up some comments (#783) | aljohnston112 | |
Improve the audio engine's comments and replace some magic numbers with constants | |||
2020-11-17 | Resolve some "???" comments | Rangi | |
2020-11-09 | Replace $0 with 0 for "ld l, a / ld h, 0" idiom | Rangi | |
2020-10-28 | Identify more WRAM labels, and start a <X>_DummyFunction label convention | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-06-21 | Replace "Unreferenced" labels with "; unreferenced" comments | Rangi | |
2020-06-17 | Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to ↵ | Rangi | |
OpenSRAM) To do: engine/{menus, overworld} | |||
2020-06-17 | Harmonize engine/{phone, pokedex, pokegear, printer, rtc, tilesets} with ↵ | Rangi | |
pokegold To do: engine/{menus, movie, overworld, pokemon} | |||
2020-06-17 | Harmonize engine/{gfx, items, link, math} with pokegold | Rangi | |
2020-05-06 | Use a FIRST_UNOWN_CHAR constant for the Unown font | Rangi | |
2020-04-06 | Enable rgbds warnings and remove CFLAGS=-O2 (default is now -O3) | Rangi | |
2020-04-04 | `dsprite y, ypx, x, xpx, off, attr` -> `dbsprite x, y, xpx, ypx, off, attr` | Rangi | |
2020-03-15 | Add a `LANDMARK_` prefix to landmark constants | Rangi | |
Resolves #697 | |||
2020-03-01 | Change how some PNG graphics are formatted | Rangi | |
2020-02-13 | Standardize on lowercase Tilemap and Attrmap | mid-kid | |
We used to have a mixture of TileMap and and Tilemap, as well as the similar AttrMap. Standardize on one. | |||
2019-06-10 | Apply suggested changes | mid-kid | |
2019-06-09 | Document high nybble of PrintNum `c` register | mid-kid | |
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-09-09 | Curr -> Cur | Rangi | |
2018-08-25 | Use labels instead of constants for HRAM | Rangi | |
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld | |||
2018-07-29 | Pokedex_PutScrollbarOAM data values | Rangi | |
2018-07-29 | Fix reviewed issues. | Rangi | |
Pokedex_PrintListing has a comment noting how it depends on wCurSpecies == wNamedObjectIndexBuffer; an assert would be more convenient, but is not possible since WRAM label addresses are not defined yet here. | |||
2018-07-29 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
2018-07-18 | Fix usage of NUM_UNOWN | mid-kid | |
2018-06-25 | Keep more data/ INCLUDEs with relevant routines | Rangi | |
2018-06-25 | No space between labels and bodies | Rangi | |
2018-06-25 | Remove more triple newlines | Rangi | |
2018-06-24 | Fix triple newlines left over from removing address comments | Rangi | |
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-04-04 | Fix snake_case filenames | mid-kid | |
Renamed a bunch of files, most of them one-off functions, to better fit the general snake_case naming scheme. Also renamed some awfully long filenames. | |||
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-03-02 | Improve some code labels | Rangi | |
2018-02-07 | questionmark is not a pokemon pic | Rangi | |
2018-02-03 | Keep documentation in sync with new WRAM labels | Rangi | |
2018-02-03 | Merge branch 'master' of https://github.com/pret/pokecrystal | Rangi | |
# Conflicts: # audio/engine.asm # constants/gfx_constants.asm # constants/map_data_constants.asm # constants/pokemon_data_constants.asm # constants/sprite_constants.asm # constants/wram_constants.asm # data/maps/data.asm # engine/battle/ai/scoring.asm # engine/battle/core.asm # engine/battle/effect_commands.asm # engine/battle/misc.asm # engine/battle_anims/getpokeballwobble.asm # engine/breeding.asm # engine/buy_sell_toss.asm # engine/decorations.asm # engine/events/battle_tower/battle_tower.asm # engine/events/battle_tower/rules.asm # engine/events/buena.asm # engine/events/bug_contest/contest_2.asm # engine/events/daycare.asm # engine/events/dratini.asm # engine/events/halloffame.asm # engine/events/happiness_egg.asm # engine/events/kurt.asm # engine/events/lucky_number.asm # engine/events/magnet_train.asm # engine/events/overworld.asm # engine/events/pokerus/pokerus.asm # engine/events/print_unown.asm # engine/events/print_unown_2.asm # engine/events/unown_walls.asm # engine/item_effects.asm # engine/link.asm # engine/mon_menu.asm # engine/player_object.asm # engine/routines/playslowcry.asm # engine/scripting.asm # engine/search.asm # engine/search2.asm # engine/specials.asm # engine/start_menu.asm # engine/timeset.asm # home/battle_vars.asm # home/map.asm # maps/GoldenrodUndergroundSwitchRoomEntrances.asm # maps/IlexForest.asm # maps/KrissHouse2F.asm # maps/Route39Barn.asm # mobile/mobile_12_2.asm # mobile/mobile_40.asm # mobile/mobile_5f.asm # wram.asm | |||
2018-01-30 | Fix wVirtualOAM labels, part 2. | luckytyphlosion | |
2018-01-25 | Move event data to data/events/ | Rangi | |
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-22 | wStatusFlags/2 bit constants | Rangi | |
2018-01-21 | Group engine/pokedex files | Remy Oukaour | |