diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-04-09 18:13:37 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2016-04-09 18:13:37 -0400 |
commit | 3caf9a43e308af32ba23fd672ba662d2ea4c091e (patch) | |
tree | 92d28ef34fbeeb6fddf0ef404db3de7b535305ca /constants.asm | |
parent | 9ca431b4f9706a3bbbbcfb03e2bab3360a5258a2 (diff) |
Some Bank3F Pikachu Emotions disassembling and partial documentation.
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants.asm b/constants.asm index 44781c6b..24730d77 100644 --- a/constants.asm +++ b/constants.asm @@ -31,4 +31,5 @@ INCLUDE "constants/starter_mons.asm" INCLUDE "constants/predef_constants.asm" INCLUDE "constants/tx_pre_constants.asm" INCLUDE "constants/event_constants.asm" -INCLUDE "constants/event_macros.asm"
\ No newline at end of file +INCLUDE "constants/event_macros.asm" +INCLUDE "constants/pikachu_emotion_constants.asm"
\ No newline at end of file |