From 699495bfcb732559114ad1450e704844a86308a1 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Sun, 10 Dec 2017 13:37:15 -0500 Subject: Consistent capitalization for map names, matching their constants --- audio/sfx_pointers.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/sfx_pointers.asm') diff --git a/audio/sfx_pointers.asm b/audio/sfx_pointers.asm index 270d4f94e..2c9f299fc 100644 --- a/audio/sfx_pointers.asm +++ b/audio/sfx_pointers.asm @@ -148,8 +148,8 @@ dba Sfx_Fanfare2 dba Sfx_RegisterPhoneNumber dba Sfx_3RdPlace - dba Sfx_GetEggFromDaycareMan - dba Sfx_GetEggFromDaycareLady + dba Sfx_GetEggFromDayCareMan + dba Sfx_GetEggFromDayCareLady dba Sfx_MoveDeleted dba Sfx_2ndPlace dba Sfx_1stPlace -- cgit v1.2.3 From f1f84743f7759a0f808f935add82439ba6637d2b Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Mon, 11 Dec 2017 22:44:25 -0500 Subject: Keep table labels in the same files as their contents. --- audio/sfx_pointers.asm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'audio/sfx_pointers.asm') diff --git a/audio/sfx_pointers.asm b/audio/sfx_pointers.asm index 2c9f299fc..64c4108c8 100644 --- a/audio/sfx_pointers.asm +++ b/audio/sfx_pointers.asm @@ -1,4 +1,6 @@ -; e927c +SFX: ; e927c +; entries correspond to SFX_* constants + dba Sfx_DexFanfare5079 dba Sfx_Item dba Sfx_CaughtMon -- cgit v1.2.3