Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-20 | Standardize Event Object to Object Event | GriffinR | |
2019-10-21 | Document mauville_man.inc | GriffinR | |
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. | |||
2018-12-06 | Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵ | nullableVoidPtr | |
spaces -> tabs | |||
2018-12-03 | Get rid of headers in src/data | DizzyEggg | |
2018-10-14 | Fix Double Underscores | Deokishisu | |
Whoops. | |||
2018-10-14 | Rename OW Sprites | Deokishisu | |
Rename OW Sprites to be more descriptive where possible. If an OW sprite was used by only one Trainer class, it was renamed. Additionally, some non-Trainer sprites were renamed. Renamed: LittleBoy1 -> NinjaBoy LittleGirl1 -> Twin Woman2 -> PokefanF OldMan1 -> ExpertM OldWoman1 -> ExpertF Man3 -> PokefanM Woman6 -> LinkReceptionist Man7 -> DevonEmployee Boy4 -> RichBoy Boy5 -> GameboyKid (Consistent with pokecrystal) ContestOldMan -> ContestJudge Renamed Because of Numbering Changes: LittleBoy2 -> LittleBoy LittleGirl2 -> LittleGirl OldWoman2 -> OldWoman OldMan2 -> OldMan Man4 -> Man3 Man5 -> Man4 Man6 -> Man5 Woman3 -> Woman2 Woman4 -> Woman3 Woman5 -> Woman4 Woman7 -> Woman5 | |||
2018-10-14 | Rename Boy4 to RichBoy | Deokishisu | |
2018-06-11 | Rebrand 'map object' and 'field object' to 'event object' | Marcus Huderle | |
2018-06-11 | Move all field object data into src/data and event_object_movement.c | Marcus Huderle | |