Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Changes to cheats.c
- #include "ov.h"
- #define BLANK 255,255,255
- void hello_world() {
- if(is_pressed(BUTTON_L)) {
- char buffer[13] = "Hello World!";
- OvDrawTranspartBlackRect(0, 0, 25, 84, 1);
- OvDrawString(buffer, 0, 0, BLANK);
- }
- }
- // After this, I declared the function in cheats.h and created a menu entry for it.
Advertisement
Add Comment
Please, Sign In to add comment