Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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-21 | Merge pull request #783 from tustin2121/tustin2121-patch-3 | Diegoisawesome | |
Replace {STRING 5} with {KUN} | |||
2019-08-21 | Replace {STRING 5} with {KUN} | tustin2121 | |
Since we already have the KUN placeholder, there's no need for this {STRING 5} stuff. Also, it makes it easier to delete all the {KUN}s in hacks later on if desired. | |||
2019-08-17 | Merge pull request #780 from GriffinRichards/document-rematchconstants | Diegoisawesome | |
trainer rematch macro | |||
2019-08-17 | Merge pull request #782 from tustin2121/trihard-giveback2 | Diegoisawesome | |
Giving back from TriHard Emerald development | |||
2019-08-17 | Review fixes | Tustin2121 | |
2019-08-17 | Replaced createvobject numbers with EVENT_OBJ_GTX defines | Tustin2121 | |
Doing this allows someone to renumber the event object graphics and still have working contests. | |||
2019-08-17 | Suggested changes from review | Tustin2121 | |
2019-08-17 | Renaming unknown link room ids to be the same as name | Tustin2121 | |
This descrepency was causing a lot of annoyance when using porymap, because porymap generated the ids in map_groups.h from the name, and mapjson was generating map_groups.h from the id in the json files. So just name them the same already like every other map in the repo. | |||
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 | Folded nops into hidemoneybox and updatemoneybox | Tustin2121 | |
The nops are essential to the hidemoneybox and updatemoneybox commands when using vanilla versions of those commands. Even though they're not actually used parameters in the command implementation, they are still consumed, which means if someone were to get rid of the nops (as I did in TriHard) it causes the commands to consume bytecode that are not theirs, resulting in undefined behavior usually leading to softlocks. Folding the extra bytes into the macros means there's no chance of the extra bytes getting losts in scripts. | |||
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. |