summaryrefslogtreecommitdiff
path: root/asm/macros/event.inc
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-18 12:45:56 -0500
committerGriffinR <griffin.richards@comcast.net>2019-11-18 12:47:10 -0500
commita486c8affd35bec6e3b71c8c1bfbaba2dc94ec4b (patch)
tree062ac919817dbfa142929167da4e131c2dc58d49 /asm/macros/event.inc
parentfc3783b7395b25d290ec650d79fbdc80518046cd (diff)
parent5393b42f7ccfd10986a9a253e29ce54fae847a78 (diff)
Begin documenting Apprentice, merge with master
Diffstat (limited to 'asm/macros/event.inc')
-rw-r--r--asm/macros/event.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index af4ada031..9db57daf1 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -677,7 +677,7 @@
.elseif \type == TRAINER_BATTLE_SET_TRAINER_B
.4byte \pointer1 @ text
.4byte \pointer2 @ text
- .elseif \type == TRAINER_BATTLE_12
+ .elseif \type == TRAINER_BATTLE_HILL
.4byte \pointer1 @ text
.4byte \pointer2 @ text
.endif
@@ -1655,6 +1655,7 @@
MSGBOX_DEFAULT = 4
MSGBOX_YESNO = 5
MSGBOX_AUTOCLOSE = 6
+ MSGBOX_GETPOINTS = 9
YES = 1
NO = 0