From 35a16b4860f6fe138227bccda3e7a876c7d7ca0e Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 22 Aug 2013 15:40:00 -0400 Subject: [PATCH] Party/BoxMon nickname enders --- wram.asm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wram.asm b/wram.asm index b2128ec54..93eb636b0 100644 --- a/wram.asm +++ b/wram.asm @@ -1982,6 +1982,7 @@ PartyMon5Nickname: ; de6d ds 11 PartyMon6Nickname: ; de78 ds 11 +PartyMonNicknamesEnd SECTION "Pokedex",WRAMX[$de99],BANK[1] PokedexSeen: ; de99 @@ -2271,4 +2272,5 @@ BoxMon19Nickname: ; b148 ds 11 BoxMon20Nickname: ; b153 ds 11 +BoxMonNicknamesEnd