summaryrefslogtreecommitdiff
path: root/src/data/field_event_obj/event_object_graphics_info_pointers.h
AgeCommit message (Collapse)Author
2019-11-20Standardize Event Object to Object EventGriffinR
2019-10-21Document mauville_man.incGriffinR
2019-08-29Change event object graphics pointer table to use explicit indexestustin2121
- 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-06Remove uses of INVALID_ defines, clean up some arrays with constants, and ↵nullableVoidPtr
spaces -> tabs
2018-12-03Get rid of headers in src/dataDizzyEggg
2018-10-14Fix Double UnderscoresDeokishisu
Whoops.
2018-10-14Rename OW SpritesDeokishisu
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-14Rename Boy4 to RichBoyDeokishisu
2018-06-11Rebrand 'map object' and 'field object' to 'event object'Marcus Huderle
2018-06-11Move all field object data into src/data and event_object_movement.cMarcus Huderle