Commit Graph

14 Commits

Author SHA1 Message Date
DrippingYellow
ce247cc761
Adding bank14, good chunk of text transcribed and labelled in bank0d, renaming farcall to callab, and much more (#112)
Some checks failed
CI / build (push) Has been cancelled
* Sporadic constantifying and function naming

* Added bank 14

* Delete .DS_Store files

* Delete EOL whitespace

* Use Tab indents instead of four spaces

* Identify some routines

* Identify more stuff

* Identified party and box structs

* Identified wBattleMon and wEnemyMon structs

* Macro'd landmarks, cleaned up comments

---------

Co-authored-by: vulcandth <vulcandth@gmail.com>
2025-01-16 12:12:38 -06:00
Rangi
7a7f308e13 0x -> $ 2020-09-20 19:44:16 -04:00
Rangi
d6ae961c64 Use local .End or .FirstEntryEnd labels for measuring data/GFX sizes 2020-09-20 17:31:31 -04:00
Rangi
9c229cde44 Clean up some code in home/ 2020-08-09 15:16:31 -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
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
pfero
e9a8f8a769 Finish disassembling the names functions 2018-06-05 23:59:08 +02:00
ISSOtm
17fb962a85 Add more labels, rename some to match pokecrystal 2018-06-04 20:02:29 +02:00
PikalaxALT
8787aac995 Merge branch 'master' into build_more_roms 2018-06-02 22:57:52 -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
c8e9901947 Code conventions:
- Lowercase hex literals
- Lowercase rgbasm keywords (rept, endr)
- Use decimal literals by default, binary when bits are meaningful; hex indicates that it needs further review, e.g. to define a constant
- Tabs, not spaces
- Newline at end of file (rgbds sometimes complains otherwise)
- Doc comments underneath function names
2018-06-01 13:24:42 -04:00
Tauwasser
8a1fcb95a5 home/pokemon: disassemble Pokémon sprite uncompression routine
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 14:45:54 +02:00
Tauwasser
096913a754 home: add front pic and decompression disassembly
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 02:54:03 +02:00