mirror of
https://github.com/pret/pmd-red.git
synced 2026-04-24 23:17:03 -05:00
Rename code_800B5F0 to reg_control
This commit is contained in:
parent
d20e2522c2
commit
05e48f1e81
|
|
@ -75,7 +75,7 @@ SECTIONS {
|
|||
src/file_system.o(.text);
|
||||
src/main.o(.text);
|
||||
src/unused_vblank.o(.text);
|
||||
src/code_800B5F0.o(.text);
|
||||
src/reg_control.o(.text);
|
||||
src/music.o(.text);
|
||||
src/code_800C9CC.o(.text);
|
||||
src/bg_control.o(.text);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "global.h"
|
||||
#include "code_800B5F0.h"
|
||||
#include "input.h"
|
||||
#include "random.h"
|
||||
#include "reg_control.h"
|
||||
|
||||
void sub_800BA5C();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
#include "global.h"
|
||||
#include "bg_palette_buffer.h"
|
||||
#include "cpu.h"
|
||||
#include "code_800B5F0.h"
|
||||
#include "crt0.h"
|
||||
#include "file_system.h"
|
||||
#include "flash.h"
|
||||
#include "input.h"
|
||||
#include "main.h"
|
||||
#include "random.h"
|
||||
#include "reg_control.h"
|
||||
#include "sprite.h"
|
||||
#include "text1.h"
|
||||
#include "text2.h"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
#include "global.h"
|
||||
#include "bg.h"
|
||||
#include "code_800B5F0.h"
|
||||
#include "debug.h"
|
||||
#include "input.h"
|
||||
#include "music.h"
|
||||
#include "reg_control.h"
|
||||
#include "sprite.h"
|
||||
|
||||
extern struct unkStruct_202D648 gUnknown_202D608[8];
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
#include "global.h"
|
||||
#include "code_800B5F0.h"
|
||||
#include "reg_control.h"
|
||||
|
||||
extern struct unkStruct_202D648 gUnknown_202D608[8];
|
||||
extern struct unkStruct_202D648 gUnknown_202D648[8];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user