finish 80FE840 data (actually)

This commit is contained in:
garak 2018-10-25 18:59:05 -04:00
parent de90ce9123
commit 7747a891a2
3 changed files with 5 additions and 25 deletions

View File

@ -1,20 +0,0 @@
#include "constants/battle_anim.h"
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
@ .align 2, 0
.align 2
gUnknown_08597418:: @ 8597418
.2byte 0x7fff
gUnknown_0859741A:: @ 859741A
.byte 0x08, 0x0a, 0x0c, 0x0e
gUnknown_0859741E:: @ 859741E
.byte 0x08, 0x0a, 0x0c, 0x0e

View File

@ -495,7 +495,6 @@ SECTIONS {
src/ground.o(.rodata);
src/normal.o(.rodata);
src/battle_anim_utility_funcs.o(.rodata);
data/battle_anim_80FE840.o(.rodata);
src/battle_intro.o(.rodata);
src/bike.o(.rodata);
data/easy_chat.o(.rodata);

View File

@ -2,8 +2,9 @@
#include "battle_anim.h"
#include "constants/rgb.h"
//asm(".align 2");
//const u16 gUnknown_08597418 = _RGB(31, 31, 31);
const u16 gUnknown_08597418 = RGB(31, 31, 31);
//gUnknown_08597418:: @ 8597418
// .2byte 0x7fff
// no clue what these are...
// possibly some register offsets
const u8 gUnknown_0859741A[] = {0x08, 0x0a, 0x0c, 0x0e};
const u8 gUnknown_0859741E[] = {0x08, 0x0a, 0x0c, 0x0e};