Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-23 | Rename some labels | Rangi | |
- Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789 | |||
2020-10-30 | Identify wSpriteAnimDict key constants | Rangi | |
2020-10-26 | Comment, remove, or revise many unreferenced labels | Rangi | |
2020-10-22 | Identify a few more labels and data | Rangi | |
2020-08-05 | Use TRUE for hCGBPalUpdate | mid-kid | |
2020-07-17 | Port pokered's more local system for trade animation scripts | Rangi | |
Also factor out trade tilemaps | |||
2020-07-01 | Identify more labels, and use the jumptable macro when possible | Rangi | |
2020-06-13 | Label some mobile addresses, and revise some comments | Rangi | |
2020-05-18 | Update some routine labels, including unreferenced ones | Rangi | |
2020-02-28 | Identify remaining gfx/unknown files | 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. | |||
2020-02-13 | InitSpriteAnimStruct <-> _InitSpriteAnimStruct | mid-kid | |
These were the wrong way around, as the function in home should not be prefixed | |||
2019-10-21 | Document the location of the mobile adapter colors | mid-kid | |
2019-10-20 | #641 fixes and additions. (#646) | mid-kid | |
Name a lot of text labels according to our conventions | |||
2019-04-13 | Merge pull request #622 from mid-kid/master | Rangi | |
TextBox -> Textbox | |||
2019-04-09 | TextBox -> Textbox | mid-kid | |
Homogenizing names. | |||
2019-03-16 | common_1 text documentation | Fontbane | |
Should be almost everything besides some of the mobile stuff and some debug text. Removed VS stuff oops | |||
2018-11-18 | Resolve issue #575: Rename text commands | Rangi | |
2018-11-05 | text_jump → text_far | mid-kid | |
The previous name for this was rather misleading. It isn't an actual jump like you'd expect the `jp` instruction to behave as. Instead, it behaves more like a `farcall`. This also makes it consistent with its current command ID name of `TX_FAR`. | |||
2018-11-05 | Add colons to some function labels | mid-kid | |
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 | Add meaningful aliases for wd265 | Rangi | |
Introduce MONICON_* constants Introduce BATTLEPLAYERACTION_* constants | |||
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-05-05 | fix-various-little-things | mid-kid | |
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™. | |||
2018-01-23 | Prefix wram labels with w, part 2. | luckytyphlosion | |
2018-01-20 | PARTY_LENGTH; MON_NAME; sgb_border.bin | Remy Oukaour | |
2018-01-19 | Japanese characters in Japanese text (e.g. "ォ" not "," for $f4) | Remy Oukaour | |
2018-01-18 | Only graphics data goes in gfx/ | Remy Oukaour | |
Introduce PALRGB_WHITE constant for $7fff | |||
2018-01-16 | "CryHeader" → "Cry"; "Cry" → "MonCry" | Remy Oukaour | |
2018-01-16 | Remove Predef_ prefix from routines listed in PredefPointers | Remy Oukaour | |
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-02 | Document more sprite anim data | Remy Oukaour | |
2018-01-02 | No more mobile EQUS ret (replace with Stubbed_ + ret) | xCrystal | |
2018-01-02 | Consistent predef function names | xCrystal | |
2018-01-02 | More unreferenced labels cleanup | xCrystal | |
2018-01-01 | Fix missing palred/palgreen/palblue constants | xCrystal | |
2018-01-01 | Rename Pals labels in WRAM bank 5 | xCrystal | |
2017-12-29 | Clean up .Jumptable: spaces | xCrystal | |
2017-12-28 | Lowercase v for VRAM addresses | xCrystal | |
2017-12-25 | Resolve #428: Use `HIGH(X)` and `LOW(X)` instead of `X / $100` and `X % ↵ | Remy Oukaour | |
$100` or `X >> 8` and `X & $ff` | |||
2017-12-24 | Fix issue #345: | Remy Oukaour | |
- GetMonFrontpic → GetEnemyMonFrontpic - GetMonBackpic → GetBattleMonBackpic - FrontpicPredef → GetAnimatedFrontpicPredef - GetFrontpic → GetMonFrontpic - GetBackpic → GetMonBackpic - CutAndPasteMap → PadMapForHDMATransfer | |||
2017-12-24 | callba/callab → farcall/callfar | Remy Oukaour | |
2017-12-21 | Use NAME_LENGTH_JAPANESE more | Remy Oukaour | |
2017-12-15 | Move some misc/ files into meaningful directories | Remy Oukaour | |