diff options
author | Astatin <[email protected]> | 2025-04-11 16:20:31 +0200 |
---|---|---|
committer | Astatin <[email protected]> | 2025-04-11 16:20:31 +0200 |
commit | a846ccc0cc20fe49b5ee07e252b370dc005b38cd (patch) | |
tree | 7996f4fdbca1e054bac3d87dd565178da9ba9191 /tiles.gbasm | |
parent | 690ff7c09726d9e760b52b717c70e9567531175c (diff) |
Make hop the only default attack and make cats drop heal
Diffstat (limited to 'tiles.gbasm')
-rw-r--r-- | tiles.gbasm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tiles.gbasm b/tiles.gbasm index 5d82543..eb04d60 100644 --- a/tiles.gbasm +++ b/tiles.gbasm @@ -16,7 +16,7 @@ Load_Tile: LD HL, $9200 LD DE, =BG_Tile_Image_Data - LD BC, $04c0 + LD BC, $0500 CALL =memcpy LD HL, $8f00 |