From 5f27116a29b08408e3591df1dc70aa8721e4295f Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Sun, 16 Sep 2018 04:11:37 -0600 Subject: Add all map objects from bank 57. --- engine/engine_flags.asm | 4 ++-- engine/specials.asm | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'engine') diff --git a/engine/engine_flags.asm b/engine/engine_flags.asm index cbde8bd7..e5ed99fd 100755 --- a/engine/engine_flags.asm +++ b/engine/engine_flags.asm @@ -190,6 +190,6 @@ EngineFlags: engine_flag ENGINE_MT_MOON_SQUARE_CLEFAIRY engine_flag ENGINE_UNION_CAVE_LAPRAS engine_flag ENGINE_GOLDENROD_UNDERGROUND_GOT_HAIRCUT - engine_flag ENGINE_GOLDENROD_MALL_5F_HAPPINESS_EVENT - engine_flag ENGINE_TEA_IN_BLUES_HOUSE + engine_flag ENGINE_GOLDENROD_DEPT_STORE_TM27_RETURN + engine_flag ENGINE_DAISYS_GROOMING engine_flag ENGINE_INDIGO_PLATEAU_RIVAL_FIGHT diff --git a/engine/specials.asm b/engine/specials.asm index dd2d427a..15081555 100755 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -116,7 +116,7 @@ SpecialsPointers: add_special ResetLuckyNumberShowFlag add_special PrintTodaysLuckyNumber add_special SelectApricornForKurt - add_special SpecialNameRater + add_special NameRater add_special DisplayLinkRecord add_special GetFirstPokemonHappiness add_special CheckFirstMonIsEgg @@ -223,8 +223,8 @@ IF DEF(SILVER) db "GOLD@" ENDC -SpecialNameRater: ; c413 (3:4413) - callba Functionfb7f7 +NameRater: + callba _NameRater ret OverworldTownMap: ; c41a (3:441a) -- cgit v1.2.3