pokegold-spaceworld/engine/gfx.asm, branch master Pokémon Gold and Silver Space World 1997 demo Split GFX routines 2021-05-17T11:09:43+00:00 Zumi Daxuya daxuya.zumi+code@protonmail.com 2021-05-17T10:59:29+00:00 437e556b3dd0d37609e1a629aed473f88c068be3

Factor out Town Map tilemap and adjust its graphics 2020-09-25T19:25:09+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-25T19:25:09+00:00 f7000f066941779d75ef445ed534c7126ae08a6b

Use local .End or .FirstEntryEnd labels for measuring data/GFX sizes 2020-09-20T21:31:31+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-20T21:31:31+00:00 d6ae961c64799d30586d46af94d10128070d3ee5

More cleanup of whitespace and comments 2020-09-20T20:58:05+00:00 Rangi remy.oukaour+rangi@gmail.com 2020-09-20T20:58:05+00:00 7e49b5ebc62f00d82901ba54b73e89f06c1d8852

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

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

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.
home, wram, gfx: split toolgear functions from unknown, rename gfx functions, add wram variables 2018-06-12T20:12:54+00:00 Tauwasser Tauwasser@tauwasser.eu 2018-06-12T20:11:39+00:00 6ab74f98847a211d81683d55548235fcb776b9c9 Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
Add more labels, rename some to match pokecrystal 2018-06-04T18:02:29+00:00 ISSOtm eldredhabert0@gmail.com 2018-06-04T18:02:29+00:00 17fb962a85448abcb714331c005a2c83b9db0c52