Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-14 | initial event_scripts documentation | 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 | |
2019-08-04 | Merge pull request #766 from DizzyEggg/pokenav_10 | PikalaxALT | |
Decompile pokenav 10 | |||
2019-08-04 | Merge pull request #763 from DizzyEggg/patch-8 | PikalaxALT | |
Fakematch sub_819A080 | |||
2019-08-04 | Decompile pokenav 10 | DizzyEggg | |
2019-08-04 | Pokemon jump | DizzyEggg | |
2019-08-04 | Merge branch 'master' into pok_jump | DizzyEggg | |
2019-08-03 | Fakematch sub_819A080 | DizzyEggg | |
Really wanted to match this one, but it just doesn't cooperate, oh well | |||
2019-08-03 | Merge pull request #762 from GriffinRichards/GriffinRichards-documentation | PikalaxALT | |
Documenting MAPSEC use in pokenav match call data | |||
2019-08-03 | Merge pull request #760 from ultima-soul/use_pokeblock_data | PikalaxALT | |
Decompile use_pokeblock data | |||
2019-08-02 | typo fix | GriffinR | |
2019-08-02 | Update pokenav_match_call_data.c | GriffinR | |
2019-08-02 | Update pokenav_unk_3.c | GriffinR | |
2019-08-02 | sub_81D16DC in pokenav_match_call_data | GriffinR | |
2019-08-02 | Document MapSec get functions | GriffinR | |
2019-08-02 | Two more uses of MAPSEC_NONE and mapSec field name | GriffinR | |
2019-08-02 | Use MAPSEC constants in sWallyAdditionalData | GriffinR | |
2019-08-02 | Update pokenav_match_call_data.c | GriffinR | |
2019-08-02 | Match sub_8026324 | DizzyEggg | |
2019-08-01 | Use MAPSEC constants for pokenav match call data | GriffinR | |
Wally and Prof. Birch are skipped. Wally has a variable location, and Prof Birch (despite being listed as .v1 = 0, which is Littleroot) is actually listed as location unknown in the pokenav. Rival is also skipped, as they dont have a location field and are also listed as unknown |