pokecrystal/engine/overworld/time.asm, branch master Pokémon Crystal Use time constants more often (#867) 2022-01-11T01:57:40+00:00 Idain luiscarlosholguinperez@outlook.com 2022-01-11T01:57:40+00:00 5ac4a517513da3acc80abdac0cc74f39b5f92907

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

Replace many '; unused' with '; unreferenced' 2020-10-28T14:21:10+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-10-28T14:21:10+00:00 6d333bed5fde0c2da0a6a9df2ccae83933400e42

Identify remaining Mystery Gift labels and constants 2020-10-28T03:09:06+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-10-27T17:22:27+00:00 446f1846b1c614ab1538d1ce11aa2781c22717f2 Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
Source: https://projectpokemon.org/home/forums/topic/43930-mystery-gift-reverse-engineering-of-ir-protocol/
Comment, remove, or revise many unreferenced labels 2020-10-27T00:29:58+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-10-26T19:45:57+00:00 9dcdad5e60fbc10ba81ae127743c78a6b00d3dd5

Disassemble the final English debug ROM 2020-07-13T19:18:28+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-07-13T17:05:05+00:00 e239aa4aba89156ac52b2af26d1bbf084ee88e75

Harmonize engine/{movie, pokemon} with pokegold (renames GetSRAMBank to OpenSRAM) 2020-06-17T21:03:38+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-06-17T21:03:38+00:00 cc460a17b0b99208592ca31de99f526fce2bf5ad To do: engine/{menus, overworld}
To do: engine/{menus, overworld}
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
wWeeklyFlags -> wDailyFlags2 2018-08-07T07:46:21+00:00 mid-kid esteve.varela@gmail.com 2018-08-06T17:43:54+00:00 f98a95b8ee2bb14f8fdb675e37c9876b8163b509 These are by far not always checked each week, and as such shouldn't be called that. Since they're almost always used through the `bit` instruction, it's very inconvenient to just make wDailyFlags a `dw` instead.
These are by far not always checked each week, and as such shouldn't be
called that.
Since they're almost always used through the `bit` instruction, it's
very inconvenient to just make wDailyFlags a `dw` instead.