pokecrystal/engine/items/buy_sell_toss.asm, branch master Pokémon Crystal Rename some labels 2020-12-23T21:29:30+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-12-23T21:29:30+00:00 99e66c25577e367d6c7ca75fea8b466b54c3317a - Remove "Buffer" suffix from some byte and word quantities - Change "Ptr" to "Pointer" Fixes #789
- Remove "Buffer" suffix from some byte and word quantities
- Change "Ptr" to "Pointer"

Fixes #789
Identify more uses of wBuffer1-6 2020-11-04T00:53:07+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-11-04T00:53:07+00:00 c88c4a834094e91f1505eab0e22294963e1dd987

Update battle anim bg function comments, and identify more unnamed labels 2020-10-06T22:09:33+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-10-06T22:09:33+00:00 2e90df15b76050c825f6c0b96c88453feec8f3dd

Use labels instead of constants for HRAM 2018-08-25T18:28:22+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-08-25T18:28:22+00:00 eb1e3636bb71509546c274bf2a5910d8e71a9600 Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
Use explicit ldh instruction to access HRAM locations, don't rely on optimizing ld
Remove even more address comments 2018-06-25T00:10:37+00:00 mid-kid esteve.varela@gmail.com 2018-06-25T00:10:37+00:00 5efce10789bc8291ca5517bdeaacab95459b3fdb That should be all of them this time
That should be all of them this time
Remove all address comments 2018-06-24T14:13:22+00:00 mid-kid esteve.varela@gmail.com 2018-06-24T14:09:41+00:00 1d9a68dbdd0132035f1fc7b7ea8f7fdc24741507

Fix file permissions 2018-04-01T15:05:10+00:00 mid-kid esteve.varela@gmail.com 2018-04-01T15:03:11+00:00 81fff9bb80af3db0ee381c824261b8963e1cc221 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.
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.
Organize the engine/ directory, take 2 2018-03-14T12:28:36+00:00 mid-kid esteve.varela@gmail.com 2018-03-14T12:28:36+00:00 97c511cd2f271252cbc9e9746668081422231ca5 Renamed `game` to `games` and `menu` to `menus`. Moved some functions from `engine/routines/` to their fitting subdirectories. Made two new subdirectories: * engine/rtc: Contains all RTC-related things. Menus, hardware, misc functions. * engine/items: Contains all item-related things. Pack, item effects, other item handlers.
Renamed `game` to `games` and `menu` to `menus`.
Moved some functions from `engine/routines/` to their fitting subdirectories.

Made two new subdirectories:
* engine/rtc: Contains all RTC-related things. Menus, hardware, misc
functions.
* engine/items: Contains all item-related things. Pack, item effects,
other item handlers.