diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 18:25:44 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-09 18:25:44 -0500 |
commit | a5a8364c35eceadf51956dac4212b440290b652c (patch) | |
tree | d8a15952763765979ca031cefde05ecc5c862b2b /macros/event.asm | |
parent | 0c4bf512d08d3779d1185dd08b3f21041f2b6044 (diff) |
opentext and breeding
Diffstat (limited to 'macros/event.asm')
-rw-r--r-- | macros/event.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/macros/event.asm b/macros/event.asm index 5dfbdf9c3..8bb031e8c 100644 --- a/macros/event.asm +++ b/macros/event.asm @@ -476,9 +476,9 @@ pocketisfull: macro db pocketisfull_command endm - enum loadfont_command -loadfont: macro - db loadfont_command + enum opentext_command +opentext: macro + db opentext_command endm enum refreshscreen_command |