Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2019-08-21 | move data, more contest lady funcs | GriffinR | |
2019-08-21 | some contest lady funcs | GriffinR | |
2019-08-21 | minor fixes | GriffinR | |
2019-08-21 | standardize favour/favor | GriffinR | |
2019-08-21 | initial documentation commit | GriffinR | |
2019-08-17 | Merge pull request #780 from GriffinRichards/document-rematchconstants | Diegoisawesome | |
trainer rematch macro | |||
2019-08-17 | Suggested changes from review | Tustin2121 | |
2019-08-17 | Documenting credits a bit | Tustin2121 | |
2019-08-17 | Added note about addvar | Tustin2121 | |
The contest scripts actually use addvar to add a -1 to a variable instead of using subvar to subtract a positive number. This is fine in vanilla, where addvar script command does NOT support adding the value of a variable to another variable (like subvar supports), but should anyone want to change it, contests will be inexplicably broken. | |||
2019-08-17 | Document the braille window id. | Tustin2121 | |
2019-08-17 | Rename movobjectoffscreen to copyobjectxytoperm | Tustin2121 | |
Renaming the command to something that makes more sense as to what the command actually does. The command copies the current xy of the instantiated object back to its template, so that the object remains in the same place if the player walks away and despawns the object, and then comes back. "moveobjectoffscreen" implies that it might be taking the object and moving it physically to an off-screen location somehow. | |||
2019-08-16 | trainer rematch macro | GriffinR | |
2019-08-12 | Fix modern | DizzyEggg | |
Fixes freeze on entering Pokemon Storage System | |||
2019-08-06 | Address review comments | PikalaxALT | |
2019-08-06 | fix s32/int type mismatch on modern | PikalaxALT | |
2019-08-05 | Move pokenav syms around | PikalaxALT | |
2019-08-05 | Finish pokenav_unk_9 | PikalaxALT | |
2019-08-05 | Some cleanup | PikalaxALT | |
2019-08-05 | Merge pull request #768 from PikalaxALT/pokenav_unk_8 | PikalaxALT | |
Finish pokenav_unk_8 | |||
2019-08-05 | Remove unnecessary casts | PikalaxALT | |
2019-08-05 | Make pokenav_unk_8 syms static, fix gcc-9 warnings | PikalaxALT | |
2019-08-05 | Finish pokenav_unk_8 | PikalaxALT | |
2019-08-05 | through sub_81CF3F8 | PikalaxALT | |
2019-08-05 | Merge pull request #764 from GriffinRichards/document-varnames | PikalaxALT | |
Document vars that are used and unnamed | |||
2019-08-05 | name unused route state vars | GriffinR | |
2019-08-05 | rename town/city vars | GriffinR | |
2019-08-05 | through sub_81CF278 | PikalaxALT | |
2019-08-05 | Name some fields in Pokenav2Struct | PikalaxALT | |
2019-08-05 | Minor fixes | PikalaxALT | |
2019-08-05 | Use LT return defines | PikalaxALT | |
2019-08-05 | Merge branch 'master' into pokenav_unk_2 | PikalaxALT | |
2019-08-05 | Merge pull request #767 from DizzyEggg/pokenav_8 | PikalaxALT | |
More pokenav | |||
2019-08-04 | Fix build errors | PikalaxALT | |
2019-08-04 | pokenav_unk_2: unclutter global namespace | PikalaxALT | |
2019-08-04 | Finish pokenav_unk_2 | PikalaxALT | |
2019-08-04 | through sub_81CA474 | PikalaxALT | |
2019-08-04 | Merge branch 'master' into pokenav_unk_2 | PikalaxALT | |
2019-08-04 | More pokemav, massive clean-up, seriously who the left the file in this state??? | DizzyEggg | |