pokegold-spaceworld/engine/items/inventory.asm, branch master Pokémon Gold and Silver Space World 1997 demo Replace enum with const, and update many constants to be more like pokegold 2020-09-22T16:57:02+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-22T16:57:02+00:00 3b4ea37c363b70ea1683059329879466dec4a094

Remove address comments 2020-09-20T19:07:01+00:00 jd-0 44876081+jd-0@users.noreply.github.com 2020-09-20T19:07:01+00:00 8900eb7ad06931b78dcb91e0c2e7db583090aa06 Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
Regex patterns used:
 ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\)
 ; [0-9a-f]{1,2}:[0-9a-f]{4}
 ; [0-9a-f]{4,5}

 ;[0-9a-f]{4,5}
 ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
- Remove trailing whitespace 2020-09-20T17:58:03+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-20T17:58:03+00:00 fac958b280056922a1828b71a04d84a36e1e807a - Indent with single tabs, not spaces - Colons after labels - Capitalize BANK, HIGH, and LOW - dbw BANK(X), X -> dba X
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
Give all .asm and all .inc except of base_stats/???.inc new line at the end of file 2020-09-13T01:46:21+00:00 Ebernacher90 danielvonderbank@gmail.com 2020-09-13T01:46:21+00:00 d4315d68bdf5f011c7891468ffaed70180c20a9c

Introduce linkerscript. 2018-07-03T21:07:05+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2018-07-03T21:07:05+00:00 e1659ecd41dfac70eb021c0f5fe983ed6f043433 Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
Merge branch 'master' of https://github.com/pret/pokegold-spaceworld 2018-07-03T17:27:51+00:00 luckytyphlosion 10688458+luckytyphlosion@users.noreply.github.com 2018-07-03T17:27:51+00:00 870d85fc2713703f6dbc760df5b2c54328f0c9c3

Added constants, removed TODOs to health.asm 2018-06-17T11:38:57+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-17T11:38:57+00:00 2cb260953de9bc2f05e7016427b4d8e57c451fab

More Bank 3 routines 2018-06-16T14:24:17+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-16T14:24:17+00:00 f11e353fbb7d08f33ac58b49f586f65fb800cfba

Using macros for FarCall 2018-06-15T10:57:48+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-15T10:57:48+00:00 c3b0443d8b9280fcb5d852e188037cf40ce4522c

Disassembled teleport 2018-06-15T01:46:09+00:00 Pokeglitch pokeglitchx@gmail.com 2018-06-15T01:46:09+00:00 c955c8d353f63c07cc4ac71160e4a13061192c8a