pokecrystal/engine/pokemon/bills_pc_top.asm, branch master Pokémon Crystal Assert the sBox1-14 tables have NUM_BOXES entries 2021-03-21T21:47:53+00:00 Rangi remy.oukaour+rangi42@gmail.com 2021-03-21T21:47:53+00:00 0506e5b1b9d755aad006a52d9f9c9c9baea710fb

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 some more unnamed labels 2020-10-06T00:10:01+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-10-06T00:10:01+00:00 42d0a2567a574e652aa1b56cd3ddf7f50a7193af

Replace "Unreferenced" labels with "; unreferenced" comments 2020-06-21T20:27:43+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-06-21T20:27:43+00:00 91774f206e97d67cb8f16f5afeec03ce9c7e28ca

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}
Fix miscellaneous points made in #658 2019-11-24T01:56:22+00:00 Rangi remy.oukaour+rangi42@gmail.com 2019-11-24T01:56:22+00:00 0e311ad709ec65ce65dea962666d014f825da869

#641 fixes and additions. (#646) 2019-10-20T22:24:17+00:00 mid-kid esteve.varela@gmail.com 2019-10-20T22:24:17+00:00 e3e0bcd653f8d671f6fd1390fa922e3b644f4a34 Name a lot of text labels according to our conventions
Name a lot of text labels according to our conventions
TextBox -> Textbox 2019-04-09T14:09:18+00:00 mid-kid esteve.varela@gmail.com 2019-04-08T12:15:10+00:00 3e78e5b2b604568b13a37e4603dbd798373b9805 Homogenizing names.
Homogenizing names.
Resolve issue #575: Rename text commands 2018-11-18T17:41:11+00:00 Rangi remy.oukaour+rangi42@gmail.com 2018-11-17T18:33:03+00:00 3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2

text_jump → text_far 2018-11-05T21:26:18+00:00 mid-kid esteve.varela@gmail.com 2018-10-28T16:16:55+00:00 940256569b84e71c5a448709d67964735ff4a5c9 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`.
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`.