From 0f624fa59a3574fc401bcc52cdda4eccb315ff8f Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Sat, 28 Nov 2015 17:26:52 -0500 Subject: Bank9 misc. functions PrintMonType and SaveTrainerName --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index ee070fbf..8ed01add 100755 --- a/wram.asm +++ b/wram.asm @@ -1582,7 +1582,7 @@ wMissableObjectCounter:: ; d048 ds 1 -W_TRAINERNAME:: ; d04a +wTrainerName:: ; d04a ; 13 bytes for the letters of the opposing trainer ; the name is terminated with $50 with possible ; unused trailing letters -- cgit v1.3.1-sl0p