25 Commits

Author SHA1 Message Date
Alieneer
f0f8de82e7 Add add_tm macro, and change all name lists to be li or dname (#207) 2026-08-27 18:44:24 -04:00
Alieneer
9783becfd8 Name unnamed held Item effect constants (#192) 2026-08-14 00:06:23 -04:00
Narishma-gb
e88fe24e15 Use the same Makefile build system as Gen 1+2 repos (#163)
This uses catch-all files like main.asm to reduce the total quantity and size of
build objects (from 1.1 GB to 70 MB).

---------

Co-authored-by: Rangi <35663410+Rangi42@users.noreply.github.com>
2026-07-05 15:36:09 -04:00
Narishma-gb
d94d75f8fc Charmap and text strings update (#124)
Some checks failed
CI / build (push) Has been cancelled
* Add Katakana `リ`, `ヘ`, `ベ`, `ペ` in charmap and text strings

* Format text strings, using macro where possible

* Remove unused charmap entries, name `Function3036`

* Charmap update and reorder, `TextAsmEnd`
2025-11-25 14:27:50 -05:00
DrippingYellow
e384ea25ec Finish labelling and split off bank03, bank09, and bank0b (#119)
Some checks failed
CI / build (push) Has been cancelled
* Fully labelled bank09.asm, started bank03.asm

* Finished labelling bank03.asm and bank0b.asm

* Tying up loose ends, splitting most of the completely labelled bank dumps

* Moved pokedex letter graphics out of charmap
2025-07-30 17:35:58 -04:00
DrippingYellow
9e05bc90a3 Finish labelling Bank 0D (#113)
Some checks failed
CI / build (push) Has been cancelled
* Labelling Bank 0D, part 1

* Untangled math HRAM variables

* Bank 10's out of the bag, I guess

* Label Bank 0D, part 2, decompiled related Bank 0E functions

* Fix data outside section

* Finished labeling Bank 0D and connected variables and functions

---------

Co-authored-by: vulcandth <vulcandth@gmail.com>
2025-02-15 17:48:47 -06:00
camthesaxman
7a50367e04 make it actually build with current RGBDS (#106) 2022-12-17 00:03:52 +00:00
Zumi
f17cbee7a9 Dump banks $09 and $0B (#93) 2021-05-08 13:15:39 -04:00
Rangi
c9a953200e include -> INCLUDE 2020-09-22 16:06:05 -04:00
jd-0
822e42787d Relabeled Item/MoveDescriptions & DexEntries (#74)
Re-label item & move descriptions and dex entries
2020-09-22 15:17:40 -04:00
Rangi
5c4ee473c5 Remove excess spaces 2020-09-21 12:15:16 -04:00
Rangi
a6bf7954f0 Extract item descriptions 2020-09-20 19:00:57 -04:00
jd-0
8900eb7ad0 Remove address comments
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}
2020-09-20 12:07:01 -07:00
Rangi
fac958b280 - Remove trailing whitespace
- Indent with single tabs, not spaces
- Colons after labels
- Capitalize BANK, HIGH, and LOW
- dbw BANK(X), X -> dba X
2020-09-20 13:58:03 -04:00
Rangi
a75c6619fb Remove "; if DEBUG" comments for SECTIONs, and "if DEBUG" conditions since only the debug Gold ROM is built 2020-08-09 14:03:48 -04:00
Pokeglitch
9d93ab21de Finished dumping bank 1 2018-07-31 21:06:42 -04:00
luckytyphlosion
e1659ecd41 Introduce linkerscript.
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.
2018-07-03 17:07:05 -04:00
PikalaxALT
c0680a94e4 Rudimentary held item constants for item attributes 2018-06-08 17:26:57 -04:00
PikalaxALT
850d59d6ee Disassemble item attributes 2018-06-08 16:59:00 -04:00
PikalaxALT
04883f4bf9 Merge branch 'master' into build_more_roms 2018-06-02 21:26:20 -04:00
PikalaxALT
956d010d59 Make the repository build all four ROMs 2018-06-02 20:16:37 -04:00
Rangi
17c9b0eb55 Use fullwidth digits 2018-06-01 10:46:40 -04:00
Rangi
0953f537d4 Declare Pokédex type search data; add more comments 2018-05-31 11:32:30 -04:00
pfero
cd9191b074 Clean up Makefile
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.
2018-05-30 22:53:59 +02:00
Rangi
0b20a75753 Dump item and move names 2018-05-30 16:35:43 -04:00