Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-05-31 | Disassembled some copy functions and some unknown string functions | Pokeglitch | |
2018-06-01 | tools/disasm_coverage: fix counting error and remove debug print statement | Tauwasser | |
Code wrongly assumed if end - beg + 1 < bpp then y_beg == y_end && x_beg == x_end, but that's obviously not always the case. Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | Keep pokemon data in data/pokemon | Rangi | |
Don't print "Here" a lot 'make mostlyclean' needs to remove .d files in case a file was renamed | |||
2018-06-01 | Makefile: add coverage target and necessary python scripts | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | Disassemble overworld sprites | Rangi | |
2018-06-01 | home: disassemble vblank and associated functions | Tauwasser | |
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu> | |||
2018-05-31 | PAL_39 is the Pokégear radio | Rangi | |
2018-05-31 | Use newer RGB macro; add comments | Rangi | |
2018-05-31 | Add palette constants and pokemon palette assignment table | dannye | |
2018-05-31 | Add super palette data | dannye | |
2018-05-31 | Add gfx.py with necessary poketools subset | Rangi | |