pokegold-spaceworld/data/trainers/class_names.asm, branch master Pokémon Gold and Silver Space World 1997 demo 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}
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.
Declare Pokédex type search data; add more comments 2018-05-31T15:32:30+00:00 Rangi remy.oukaour+rangi@gmail.com 2018-05-31T15:32:30+00:00 0953f537d4e6745a1ead06bba49dd53c50aefc13

Clean up Makefile 2018-05-30T20:53:59+00:00 pfero ohpee@loves.dicksinhisan.us 2018-05-30T20:53:12+00:00 cd9191b074ad1f0cc76375f535a2e487b0451532 This makefile can now figure graphics dependencies on its own, creates dependency files for each compilation unit and compiles everything separately. This is a proposal. Please try it out, read the Makefile to see if you get what I'm trying to do, and propose any improvements you want.
This makefile can now figure graphics dependencies on its own, creates
dependency files for each compilation unit and compiles everything
separately.

This is a proposal. Please try it out, read the Makefile to see if you
get what I'm trying to do, and propose any improvements you want.
Dump trainer class names 2018-05-30T20:15:58+00:00 Rangi remy.oukaour+rangi@gmail.com 2018-05-30T20:15:58+00:00 eb496b251168d4adbde6a6ff0a8019af5601b65d