diff options
author | Astatin <[email protected]> | 2025-04-29 11:40:31 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-29 11:40:31 +0200 |
commit | 7faf16e4453f935ee1159d32ddc2a6501ea91bbb (patch) | |
tree | 5719a1f712ec896e41b3e4773322ffb083d132d0 /entity | |
parent | fb689cdc68b8d1da3d988da43671bd0ddb063e88 (diff) |
Give a turn for the enemies to turn around when bunny is behind them
Diffstat (limited to 'entity')
-rw-r--r-- | entity/list.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/entity/list.gbasm b/entity/list.gbasm index ff70248..f142505 100644 --- a/entity/list.gbasm +++ b/entity/list.gbasm @@ -151,7 +151,7 @@ Entity_list: .DB $05 ; Interaction Jump Table index - .DB $01 + .DB $02 ; Starting health .DB $00 |