From b68913a782baee1334e9614661c712ff27895e8e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 9 Oct 2015 23:09:03 -0400 Subject: More radio labels --- macros/charmap.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macros') diff --git a/macros/charmap.asm b/macros/charmap.asm index 48ef2cad3..bdee88a1b 100644 --- a/macros/charmap.asm +++ b/macros/charmap.asm @@ -301,3 +301,5 @@ charmap "", $5d charmap "", $5e charmap "<......>", $56 + charmap "", $00 + charmap "", $5f -- cgit v1.2.3 From 327faac497b4195dbf1d3c8dbfeb2adcda9deb27 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sun, 11 Oct 2015 12:15:03 -0400 Subject: Magikarp functions moved to event/magikarp.asm --- macros/charmap.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'macros') diff --git a/macros/charmap.asm b/macros/charmap.asm index bdee88a1b..83ae5ab79 100644 --- a/macros/charmap.asm +++ b/macros/charmap.asm @@ -10,6 +10,9 @@ charmap "└", $7d charmap "┘", $7e charmap " ", $7f + charmap "", $6e + charmap "", $6f + charmap "A", $80 charmap "B", $81 -- cgit v1.2.3