diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:30:13 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:31:10 +0100 |
commit | 26b8bf003e3523fee94c4c18447ea55f9eb1d429 (patch) | |
tree | 96515ae3efceb833cd71c93786150daa3348c71c /mobile/mobile_menu.asm | |
parent | 34ceaac71d32baace82f1e6de8fd4b252fb92a84 (diff) |
Standardize on lowercase Tilemap and Attrmap
We used to have a mixture of TileMap and and Tilemap, as well as the
similar AttrMap. Standardize on one.
Diffstat (limited to 'mobile/mobile_menu.asm')
-rw-r--r-- | mobile/mobile_menu.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/mobile/mobile_menu.asm b/mobile/mobile_menu.asm index 86c18341a..bf8560309 100644 --- a/mobile/mobile_menu.asm +++ b/mobile/mobile_menu.asm @@ -65,7 +65,7 @@ Function49f16: .b_button pop bc call ClearBGPalettes - call ClearTileMap + call ClearTilemap ld a, MUSIC_MAIN_MENU ld [wMapMusic], a ld de, MUSIC_MAIN_MENU @@ -208,7 +208,7 @@ Function4a100: call ClearBGPalettes call Function4a13b call ClearBGPalettes - call ClearTileMap + call ClearTilemap asm_4a111: pop bc @@ -271,7 +271,7 @@ Function4a149: call ClearBox hlcoord 1, 14 call PlaceString - farcall Mobile_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap + farcall Mobile_OpenAndCloseMenu_HDMATransferTilemapAndAttrmap call SetPalettes call StaticMenuJoypad ld hl, wMenuCursorY @@ -390,7 +390,7 @@ Function4a28a: hlcoord 14, 1 ld de, String_4a34b call PlaceString - farcall Mobile_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap + farcall Mobile_OpenAndCloseMenu_HDMATransferTilemapAndAttrmap call Function4a118 call ScrollingMenuJoypad push af @@ -419,7 +419,7 @@ Function4a28a: ld b, 3 ld c, 4 call Textbox - farcall Mobile_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap + farcall Mobile_OpenAndCloseMenu_HDMATransferTilemapAndAttrmap ld hl, DeletePassword_YesNo_MenuHeader call LoadMenuHeader call VerticalMenu @@ -442,7 +442,7 @@ Function4a28a: call ExitMenu .quit call Call_ExitMenu - farcall Mobile_OpenAndCloseMenu_HDMATransferTileMapAndAttrMap + farcall Mobile_OpenAndCloseMenu_HDMATransferTilemapAndAttrmap xor a ret @@ -715,7 +715,7 @@ asm_4a54d: .asm_4a574 pop bc call ClearBGPalettes - call ClearTileMap + call ClearTilemap jp Function49f0a .asm_4a57e ld hl, wMenuCursorY |