aboutsummaryrefslogtreecommitdiff
path: root/map/loading/dungeontiles.gbasm
diff options
context:
space:
mode:
Diffstat (limited to 'map/loading/dungeontiles.gbasm')
-rw-r--r--map/loading/dungeontiles.gbasm7
1 files changed, 3 insertions, 4 deletions
diff --git a/map/loading/dungeontiles.gbasm b/map/loading/dungeontiles.gbasm
index 5f91197..ad02ff1 100644
--- a/map/loading/dungeontiles.gbasm
+++ b/map/loading/dungeontiles.gbasm
@@ -166,11 +166,10 @@ Construct_Tile_Address: ; Construct Tile Map address from A and B in DE
RET
-Load_Block:
Load_Block_From_Solid: ; X in A, Y in B
- PUSH BC
- PUSH AF
- .After_AF_BC_Push:
+ .AF_AF_BC_Push:
+ POP AF
+ .AF_BC_Push:
PUSH DE