summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-10-22 11:24:09 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-10-22 11:24:09 -0400
commit949a4c3b5ddeecd1ad6ba22414fab632eb118280 (patch)
treee12107188457553479636809cdbca20d5f0b3290 /data
parentaabb95139d236b57b52f17dac962cce2a694f162 (diff)
Document unk_8159F40 (pokedude battle party info)
Diffstat (limited to 'data')
-rw-r--r--data/data_8471F00.s8
-rw-r--r--data/mystery_event_msg.s2
2 files changed, 6 insertions, 4 deletions
diff --git a/data/data_8471F00.s b/data/data_8471F00.s
index 364b5458d..bd77774a9 100644
--- a/data/data_8471F00.s
+++ b/data/data_8471F00.s
@@ -1,9 +1,12 @@
#include "constants/species.h"
#include "constants/items.h"
#include "constants/moves.h"
+#include "constants/pokemon.h"
#include "constants/easy_chat.h"
#include "constants/facility_trainer_classes.h"
+#define MALE 0
+#define FEMALE 1
#define NULL 0
.include "asm/macros.inc"
@@ -210,10 +213,7 @@ gUnknown_84791CC:: @ 84791CC
.incbin "baserom.gba", 0x4791CC, 0x1C
gUnknown_84791E8:: @ 84791E8
- .incbin "baserom.gba", 0x4791E8, 0xE8
-
-gUnknown_84792D0:: @ 84792D0
- .incbin "baserom.gba", 0x4792D0, 0x10
+ .incbin "baserom.gba", 0x4791E8, 0x18
.section .rodata.8479668
diff --git a/data/mystery_event_msg.s b/data/mystery_event_msg.s
index 1a2a3587a..a62ebb8b8 100644
--- a/data/mystery_event_msg.s
+++ b/data/mystery_event_msg.s
@@ -1,3 +1,5 @@
+@ These are event scripts. They should not be moved to C.
+
#include "constants/flags.h"
#include "constants/moves.h"
#include "constants/songs.h"