diff options
author | Astatin <[email protected]> | 2025-01-16 18:13:21 +0900 |
---|---|---|
committer | Astatin <[email protected]> | 2025-01-16 18:13:21 +0900 |
commit | 02038990a93c0b4cf58269b5456327ea64b998b7 (patch) | |
tree | 8f23c7270bc705d17d9d380d3a927f12f20ca1fa /init.gbasm | |
parent | dc5a9431bf4438000dcd028aa6b9c17c9ca492d8 (diff) |
Move basic enemy attack & walker AI to enemiesattacks
Diffstat (limited to 'init.gbasm')
-rw-r--r-- | init.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ Copy_OAM_DMA_Transfer_Routine_To_HRAM: JP =Entrypoint OAM_DMA_Transfer_routine_src: - LD A, $mem_oam_buffer_high + LD A, high($mem_oam_buffer) LD ($46), A LD A, $28 ; delay for a total of 4×40 = 160 M-cycles .wait: |