Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-16 | Document script_movement | GriffinR | |
2019-09-16 | Document decor icons | GriffinR | |
2019-09-16 | Fix extraneous parentheses warning | GriffinR | |
2019-09-16 | more constant usage | GriffinR | |
2019-09-16 | Use MAX_MON_MOVES constants | GriffinR | |
2019-09-08 | Add supported but unused buttons to charmap.txt | tustin2121 | |
These buttons are supported by the game but unused by vanilla. We should include them for use by hacks. | |||
2019-09-05 | Nuke definition of struct TrHillTag_Half | PikalaxALT | |
2019-09-05 | Unify TrHillTag struct definitions (variable floors) | PikalaxALT | |
2019-09-05 | NULL_BATTLE_TOWER_POKEMON define | PikalaxALT | |
2019-09-05 | Use designated initializers (C99 feat) | PikalaxALT | |
2019-09-05 | Don't look for src/crt0.c, it doesn't exist | PikalaxALT | |
2019-09-05 | Disassemble data/ereader_screen.s | PikalaxALT | |
2019-09-05 | Partial refactor of TryWriteTrainerHill_r | PikalaxALT | |
2019-09-05 | Minor edit to save trainer hill routine | PikalaxALT | |
2019-09-05 | Port trainer hill sets to C objects | PikalaxALT | |
2019-09-05 | Minor refactor of ereader_helpers.c | PikalaxALT | |
2019-09-05 | Changed names. | Eduardo Quezada D'Ottone | |
2019-09-05 | Documented Mechadoll answers. | Eduardo Quezada D'Ottone | |
2019-09-05 | Merge pull request #798 from GriffinRichards/constants-baction | PikalaxALT | |
Use misc battle constants | |||
2019-09-04 | Use CountAliveMonsInBattle constants | GriffinR | |
2019-09-04 | Use gBattlerPositions constants | GriffinR | |
2019-09-04 | Use B_SIDE constants | GriffinR | |
Also includes a CHAR_X constant use for X items | |||
2019-09-04 | Merge pull request #744 from PikalaxALT/remove_tutor_casts | PikalaxALT | |
Remove unnecessary tutor learnset casts | |||
2019-09-04 | Merge pull request #735 from garakmon/encounter_json | PikalaxALT | |
Add Different Field Info to Wild Encounters JSON | |||
2019-09-04 | Merge pull request #779 from pret/deprecate-tools | PikalaxALT | |
Deprecate build_tools.sh | |||
2019-09-04 | Merge pull request #797 from PikalaxALT/common_syms | PikalaxALT | |
Fix issue with ramscrgen invoke for some users | |||
2019-09-04 | Fix issue with ramscrgen invoke for some users | PikalaxALT | |
2019-09-03 | Copy Berry Fix MB dism from FR (#777) | PikalaxALT | |
* Copy Berry Fix MB dism from FR | |||
2019-09-03 | Use B_ACTION constants | GriffinR | |
2019-08-30 | Use OTID constants for CreateMon | GriffinR | |
2019-08-30 | Merge pull request #793 from DizzyEggg/patch-1 | PikalaxALT | |
Use item constant in pretty petal flower shop | |||
2019-08-30 | Use item constant in pretty petal flower shop | DizzyEggg | |
2019-08-29 | Change event object graphics pointer table to use explicit indexes | tustin2121 | |
- This makes it easier for future hack makers to rearrange, add, or delete graphic object ids without having to count indexes or keep them in order. - Porymap will have to be updated, but I have some code for this already in a fork. | |||
2019-08-29 | Update scaninc to include missing .include files in assembler files | Marcus Huderle | |
2019-08-29 | allow CRLF line endings in asm files for preproc | garak | |
2019-08-27 | Update deprecated build_tools script | PikalaxALT | |
2019-08-25 | Merge pull request #788 from ultima-soul/documentation | Diegoisawesome | |
Synchronize with pokefirered pokedex.c. | |||
2019-08-24 | Synchronize with pokefirered pokedex.c. | ultima-soul | |
2019-08-22 | Merge pull request #786 from DizzyEggg/u8 | Diegoisawesome | |
GetAbilityBySpecies's arg from bool8 to u8 | |||
2019-08-22 | bool8 to u8 | DizzyEggg | |
2019-08-21 | use MENU_FIELD_MOVES in sub_81B31B0 | Kevin Mills | |
2019-08-21 | more documentation in match_call_data | GriffinR | |
Documents everything related to UnkStruct_08625388, names HasCheckPage functions, fixes mislabeled Brendan/May headers, and adds header count to pokenav_unk_3 | |||
2019-08-21 | Remove MNUM from oam flip constant names | PikalaxALT | |
2019-08-21 | Use HFLIP, VFLIP | PikalaxALT | |
2019-08-21 | Use DIR constants for createvobject | GriffinR | |
Also uses event object ids in LinkContestRoom1 | |||
2019-08-21 | Move asm srcs to src | PikalaxALT | |
2019-08-21 | Changes from review | GriffinR | |
2019-08-21 | clean up | GriffinR | |
2019-08-21 | document remaining funcs | GriffinR | |
2019-08-21 | favor lady funcs | GriffinR | |