Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-03 | wram: document some menu and backpack variables | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-03 | gfx: re-organize some graphics and disassemble gfx load code | Tauwasser | |
All graphics were split so that proper labels could be placed. Font was not split, because that was nicely handled using the charmap constants. If proper lengths should also be handled using automatic calculation using labels, some graphics would need further splitting up in order to place labels.s Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Add correct-header checksums to roms.md5 | PikalaxALT | |
2018-06-02 | Actually correct the global checksum for the -correctheader.gb ROMs | PikalaxALT | |
2018-06-02 | Fix building | PikalaxALT | |
2018-06-02 | Merge branch 'master' into build_more_roms | PikalaxALT | |
2018-06-02 | Make the repository build all four ROMs | PikalaxALT | |
2018-06-02 | tools/dump_text: fix labeling bug | Tauwasser | |
Labely would be relative to start of bank, not absolute wrt memory location (0x4000 for RB > 0) Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | home: comment print hex fns | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Wild Pokemon data: fix formatting | xCrystal | |
2018-06-02 | Add wild Pokemon data | xCrystal | |
2018-06-02 | Merge branch 'master' of https://github.com/pret/pokegold-spaceworld | Rangi | |
2018-06-02 | Comment English names of MON constants | Rangi | |
2018-06-02 | home: disassemble print hexadecimal fns | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | More trainer data | Rangi | |
2018-06-02 | MOVE_PSYCHIC_M → MOVE_PSYCHIC | Rangi | |
2018-06-02 | Make songs their own individual objects | pfero | |
2018-06-02 | Clean the correctheader rom | pfero | |
2018-06-02 | tools: rework dump_text and read_charmap to dump control codes | Tauwasser | |
read_charmap was redone using a regular expression as comments and computations would lead to unexpected results. dump_names used read_charmap.get_project_dir, so copy it over to not break stuff. dump_text now uses a different but similar syntax and has its old dumb mode as well as control code mode and will by default now respect text end condes unless --endless option is specified Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | macros/text: use charmap entries instead of fixed byte constants | Tauwasser | |
Also introduce a separate text_end control for 0x50 when it's used to end a series of text_* control codes instead of a single text_TX command. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | Add some trainer parties (including new and leftover ones). | IIMarckus | |
2018-06-02 | Add the rival's parties, which are in a different format. | IIMarckus | |
2018-06-02 | Dump all songs | dannye | |
uses a slightly modified red sound engine only added feature is drumsets, which still need documenting | |||
2018-06-01 | Compress trainer pics | dannye | |
add missing include for soldier pic | |||
2018-06-01 | Merge pull request #1 from ehw/trainersprites | luckytyphlosion | |
Add trainer battle sprites & update gfx.asm | |||
2018-06-01 | Add trainer battle sprites & update gfx.asm | ehw | |
2018-06-02 | shim: add some addresses | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | home, macros: disassemble text-related functions and add text fn macros | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | constants: introduce internal order Pokémon constants | Tauwasser | |
Notice that LEAFY doesn't have an internal ID, because it's actually missing from the mapping table at 10:4B70. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-02 | macros: fix missing newlines at eof | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | home/joypad: disassemble more functions | Tauwasser | |
- add misc_constants and add joypad constants. - rename one of the VBlank counters as it's exclusively used to time joypad functionality. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | Code conventions: | Rangi | |
- 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 | joypad: rename confusingly named registers | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | home: disassemble decimal number printing function | Tauwasser | |
2018-06-01 | Sort charmap by ID | Rangi | |
2018-06-01 | Use fullwidth characters for bold capital letters | Rangi | |
2018-06-01 | Parse charmap.asm for dump_text.py and dump_names.py | Rangi | |
2018-06-01 | Use fullwidth digits | Rangi | |
2018-06-01 | Delete old serial.asm file | Eldred Habert | |
This has been since renamed to serial_constants.asm, but somehow the original stayed as well | |||
2018-06-01 | Fix corrected ROM's checksum | obskyr | |
2018-06-01 | Build additional ROMs with corrected header | obskyr | |
2018-06-01 | gfx/annon_pics: annotate ROM addresses | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-06-01 | Some landmark name routines | Rangi | |
2018-06-01 | Declare landmark names (pointer table structure unknown) | Rangi | |
2018-06-01 | The dark mon palettes consistently appear to be the shiny ones | Rangi | |
2018-05-31 | Alternate bank colors green and red in coverage.png | Rangi | |
2018-05-31 | Fix build (sorry); forgot to use leftover pokered constants | Rangi | |
2018-05-31 | Fix item constants to correspond with the names table | Rangi | |
2018-05-31 | Cleaned up code. Found the unknown_string_funcs in pokered, they deal with ↵ | Pokeglitch | |
Items. Re-ordered to the Item TM/HM Constants for functions to make sense | |||
2018-05-31 | Define sprite constants | Rangi | |