Commit Graph

18 Commits

Author SHA1 Message Date
PikalaxALT
03e4f7c9cf Rid code base of redundant SaveTVStruct and define unknown_2a98 as the last of 25 TVShow objects 2017-05-26 20:23:56 -04:00
PikalaxALT
fc8cc3767f A couple more map object callbacks 2017-05-25 08:46:38 -04:00
PikalaxALT
4e3874a3fe Swiss cheese to put off these functions for later 2017-05-25 08:11:10 -04:00
PikalaxALT
4fe02ea081 Fix building 2017-05-24 16:15:15 -04:00
scnorton
d44cefb06d Some more field map object functions; asm/field_map_obj.s down to 7k lines 2017-05-24 16:15:14 -04:00
scnorton
39e0ce9f6d up through state_to_direction, which is nonmatching (help, registers are misbehaving) 2017-05-24 16:15:13 -04:00
scnorton
9684b86219 Some more functions related to FMO camera and special anims 2017-05-24 16:15:13 -04:00
scnorton
8155a807be Another set of functions related to adjusting coordinates 2017-05-24 16:15:12 -04:00
scnorton
48a3b78f82 IsMetatileDirectionallyImpassable, CheckForCollisionBetweenFieldObjects 2017-05-24 16:15:12 -04:00
PikalaxALT
9c3a25305c Knock off twenty more field object callbacks 2017-05-24 16:15:12 -04:00
PikalaxALT
5b4191d554 Halfway mark on asm/field_map_obj.s 2017-05-24 16:15:11 -04:00
scnorton
b087d8a909 IsCoordOutsideFieldObjectMovementRect and others 2017-05-24 16:14:50 -04:00
scnorton
abe5f50536 Another chunk of library-like functions 2017-05-24 16:14:50 -04:00
scnorton
4c42206a7f Create and propagate field map object callback declaration macro 2017-05-24 16:14:50 -04:00
PikalaxALT
42e6ed382f sub_805E174 2017-05-24 16:14:49 -04:00
PikalaxALT
6a02a6f6e5 sub_805CE0C and helpers 2017-05-24 16:14:46 -04:00
Cameron Hall
2afc20150b decompile more of field_map_obj (#231)
* decompile more code

* decompile more of field_map_obj

* decompile more of field_map_obj
2017-02-04 19:47:11 -08:00
Marijn van der Werf
4258e60771 Declare more non-static functions in header files (#111)
* Declare more non-static functions in header files

* Use `(void)` for functions without arguments.

* Move global-included data to seperate headers

* Don't import types or global in header

* Fix fieldmap imports

* Revert in-code changes

* Add missing newlines
2016-11-30 18:51:24 -08:00