mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
finish 80FE840 data (actually)
This commit is contained in:
parent
de90ce9123
commit
7747a891a2
@ -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
|
||||
|
||||
|
@ -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);
|
||||
|
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user