mirror of https://github.com/pmret/papermario.git
Cleanup
This commit is contained in:
parent
1c7a19255b
commit
4e029982ac
|
|
@ -492,13 +492,6 @@ void show_foreground_models(void) {
|
|||
|
||||
|
||||
#include "common/StartRumbleWithParams.inc.c"
|
||||
// ApiStatus StartRumbleWithParams(ScriptInstance* script, s32 isInitialCall) {
|
||||
// Bytecode* args = script->ptrReadPos;
|
||||
|
||||
// start_rumble(get_variable(script, *args++), get_variable(script, *args++));
|
||||
|
||||
// return ApiStatus_DONE2;
|
||||
// }
|
||||
|
||||
INCLUDE_ASM(s32, "code_190B20", start_rumble_type);
|
||||
|
||||
|
|
|
|||
|
|
@ -1050,8 +1050,8 @@ segments:
|
|||
vram: 0x80218000
|
||||
overlay: True
|
||||
files:
|
||||
- [0x4DA5E0, c] # 1 func
|
||||
- [0x4DA6B0, c] # 2 funcs
|
||||
- [0x4DA5E0, c]
|
||||
- [0x4DA6B0, c]
|
||||
- [0x4DA860, bin] # data
|
||||
- [0x4E25E0, bin] # rodata
|
||||
- name: battle/area_isk_part_1/
|
||||
|
|
|
|||
Loading…
Reference in New Issue