diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-28 17:26:52 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-11-28 17:26:52 -0500 |
commit | 0f624fa59a3574fc401bcc52cdda4eccb315ff8f (patch) | |
tree | 70acc4fbcc63cb32fd736a7219167dc994958f4f /engine/battle/get_trainer_name.asm | |
parent | 90c7b976dca2467f47c4916b3835414bb07cc4d1 (diff) |
Bank9 misc. functions
PrintMonType and SaveTrainerName
Diffstat (limited to 'engine/battle/get_trainer_name.asm')
-rw-r--r-- | engine/battle/get_trainer_name.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/get_trainer_name.asm b/engine/battle/get_trainer_name.asm index 16a94ec5..bbc577b3 100644 --- a/engine/battle/get_trainer_name.asm +++ b/engine/battle/get_trainer_name.asm @@ -20,6 +20,6 @@ GetTrainerName_: ; f67a5 (3d:67a5) ld hl, wcd6d .foundName .rival - ld de, W_TRAINERNAME + ld de, wTrainerName ld bc, $d jp CopyData |