diff options
author | Logan <log.butt@gmail.com> | 2016-06-04 16:41:50 +1200 |
---|---|---|
committer | Logan <log.butt@gmail.com> | 2016-06-04 16:41:50 +1200 |
commit | 1c637b6aeae0c007647cfe1c3648f82eeda9617e (patch) | |
tree | 3591631de6c438824d54161006fc3cce30b7ece2 /macros.asm | |
parent | 67c22ca572e7976ccb6b1811602e956dbe0221ff (diff) |
Weeeee
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ done EQUS "db $57" ; End a text box. prompt EQUS "db $58" ; Prompt the player to end a text box (initiating some other event). page EQUS "db $49," ; Start a new Pokedex page. -dex EQUS "db $5f, $50" ; End a Pokedex entry. +dex EQUS "db $50, $50" ; End a Pokedex entry. percent EQUS "* $ff / 100" |