From d7970f749ac23786728926109be430ab732f19e6 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Tue, 2 Jan 2018 18:49:25 +0100 Subject: Consistent predef function names --- home/pokedex_flags.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/pokedex_flags.asm') diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index 7aacd4981..f4f1ac312 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b PokedexFlagAction:: ; 33a1 ld d, 0 - predef FlagPredef + predef Predef_Flag ld a, c and a ret -- cgit v1.2.3 From e9e8bf6eb14020d4a88a7cd4bca8539a2b45803e Mon Sep 17 00:00:00 2001 From: xCrystal Date: Fri, 5 Jan 2018 11:05:01 +0100 Subject: Predef_Flag -> Predef_FlagAction --- home/pokedex_flags.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/pokedex_flags.asm') diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index f4f1ac312..420c253ea 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b PokedexFlagAction:: ; 33a1 ld d, 0 - predef Predef_Flag + predef Predef_FlagAction ld a, c and a ret -- cgit v1.2.3 From 2c789b64b1bfa9ec33d805d06ad3a7141e3871f1 Mon Sep 17 00:00:00 2001 From: xCrystal Date: Sun, 7 Jan 2018 11:53:20 +0100 Subject: Predef_FlagAction -> Predef_SmallFarFlagAction --- home/pokedex_flags.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/pokedex_flags.asm') diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index 420c253ea..ace3d6802 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b PokedexFlagAction:: ; 33a1 ld d, 0 - predef Predef_FlagAction + predef Predef_SmallFarFlagAction ld a, c and a ret -- cgit v1.2.3 From 80480821142d7a7b16dd2b1a98a213e7b389af0f Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 16 Jan 2018 14:30:10 -0500 Subject: Remove Predef_ prefix from routines listed in PredefPointers --- home/pokedex_flags.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/pokedex_flags.asm') diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index ace3d6802..bedb91d18 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -31,7 +31,7 @@ CheckSeenMon:: ; 339b PokedexFlagAction:: ; 33a1 ld d, 0 - predef Predef_SmallFarFlagAction + predef SmallFarFlagAction ld a, c and a ret -- cgit v1.2.3