diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
| commit | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch) | |
| tree | de8727d33beb886cb451a8d5e693ee46aafde55d /engine/menu/status_screen.asm | |
| parent | comment drain HP effect (diff) | |
| download | pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.gz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.tar.xz pokeyellow-4fd7a42b235b68ffc11d4f02305b695c2ed05549.zip | |
commented battle stuff
Diffstat (limited to 'engine/menu/status_screen.asm')
| -rwxr-xr-x | engine/menu/status_screen.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/status_screen.asm b/engine/menu/status_screen.asm index f215fd0e..2fc5e713 100755 --- a/engine/menu/status_screen.asm +++ b/engine/menu/status_screen.asm @@ -82,7 +82,7 @@ StatusScreen: ; 12953 (4:6953) ld bc, $8103 ; Zero-padded, 3 call PrintNumber ; Pokémon no. hlCoord 11, 10 - predef Func_27d6b ; Prints the type (?) + predef PrintMonType ld hl, NamePointers2 ; $6a9d call .unk_12a7e ld d, h |
