diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-01-31 03:08:44 -0500 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-01-31 00:08:44 -0800 |
commit | 9813caaf5345ea28f8230d41461618673779c2fb (patch) | |
tree | 53b692aabb235c2f5a58060fa134bbdb3adbb67b /include/asm.inc.h | |
parent | b6b5453431af46791fd9d211efac64464c1dff85 (diff) |
make ROM match again (#227)
* some labels and enumerate player speeds
* clear up speed enums
* GetPlayerSpeed
* oops
* start decompiling mauville_old_man.c
* formatting
* decompile more of mauville_old_man.c
* someone fix this please
* formatting
* make ROM build again
* formatting again
* make ROM match again
Diffstat (limited to 'include/asm.inc.h')
-rw-r--r-- | include/asm.inc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm.inc.h b/include/asm.inc.h index 379b79f2d..f556fe4e5 100644 --- a/include/asm.inc.h +++ b/include/asm.inc.h @@ -376,7 +376,7 @@ u16 sub_80EB72C(u16); void sub_80EBA5C(void); // asm/mauville_old_man.o -void sub_80F7AA4(void); +void SetMauvilleOldMan(void); void sub_80F7F30(void); // asm/menu_helpers.o |