diff options
| author | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:18:15 +0100 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2020-02-13 18:31:10 +0100 |
| commit | 34ceaac71d32baace82f1e6de8fd4b252fb92a84 (patch) | |
| tree | 8bdf6d0d5612ade954df3a919d861ecacb9e42af /mobile | |
| parent | 9f2c2627f5f19da37f7b73f2389151d8348ed914 (diff) | |
Call_LoadTempTileMapToTileMap → SafeLoadTempTileMapToTileMap
Stupid name is stupid smh tbh fam.
Diffstat (limited to 'mobile')
| -rw-r--r-- | mobile/mobile_40.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index 1ae6ae625..759220151 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -1857,7 +1857,7 @@ MobileMoveSelectionScreen: .print_text call StdBattleTextbox - call Call_LoadTempTileMapToTileMap + call SafeLoadTempTileMapToTileMap jp .GetMoveSelection Function100c74: |
