pokegold-spaceworld/data/text/text_input_chars.asm, branch master Pokémon Gold and Silver Space World 1997 demo Use Japanese charmap characters 2020-09-22T19:57:42+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-22T19:57:42+00:00 82cec686eca214edc5b2749b0f7a3cad60cb507b

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

Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, 1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. 2018-11-29T08:50:18+00:00 2Tie foxman95@ymail.com 2018-11-29T08:50:18+00:00 7564f1a7c2a24d4c0c03c7910378adc7cec73749