mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-31 20:52:48 -05:00
19 lines
398 B
ArmAsm
19 lines
398 B
ArmAsm
#include "constants/region_map.h"
|
|
#include "constants/flags.h"
|
|
#include "constants/moves.h"
|
|
.include "asm/macros.inc"
|
|
.include "constants/constants.inc"
|
|
.section .rodata
|
|
.align 2
|
|
|
|
gUnknown_841F4B4:: @ 841F4B4
|
|
.2byte 0x0100, 0x0100
|
|
.2byte 0x0200, 0x0100
|
|
.2byte 0x0100, 0x0200
|
|
.2byte 0x0200, 0x0200
|
|
|
|
.2byte 0x0080, 0x0080
|
|
.2byte 0x0100, 0x0100
|
|
.2byte 0x0200, 0x0200
|
|
.2byte 0x0400, 0x0400
|