From 4c18d364a0bed5590d40dd8f30ae3547ba01b143 Mon Sep 17 00:00:00 2001 From: LinkHpp Date: Fri, 3 May 2024 20:18:08 +0200 Subject: [PATCH] Revert "Update README.md" This reverts commit c51efd6c53a5a2d7aafb5194ced3929e7ee560a5. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a55e2b3..49c4996 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Spaceship NES This a test to learn how in the past they made games, spoiler alert it was in assembly, so I'm trying to learn how to make a basic arcade game with the help of book.famicon.party and learning how, in the process, learn some assembly and how the NES works. -![imagen](https://github.com/LinkHpp/Spaceship_NES/assets/63952783/e4b81110-488b-4ecc-8428-fc8119d8d26d) +![imagen](https://github.com/LinkHpp/Spaceship_NES/assets/63952783/578254fe-2f7d-4bc3-bf45-fb5a79a9d5c3) ## How to compile .nes If you want to use my code and change things to compile the .nes just use the assemble.sh file to create it!