Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed FXOS8700CQ mbed-rtos
Diff: Characters/Bulbasaur.h
- Revision:
- 12:71683453f66a
- Parent:
- 10:adff3c804985
- Child:
- 17:5d8ff39a0e49
--- a/Characters/Bulbasaur.h Sun Apr 14 15:56:58 2019 +0000
+++ b/Characters/Bulbasaur.h Mon Apr 15 01:38:53 2019 +0000
@@ -13,7 +13,7 @@
~Bulbasaur();
void draw_cha1_sprite(int pos_x,int pos_y,N5110 &lcd);
- void evo_one(N5110 &lcd);
+ void evo_1_sprite(N5110 &lcd);
void evo_2_sprite(N5110 &lcd);
void evo_3_sprite(N5110 &lcd, int x, int y);
void evo_1_cong(N5110 &lcd);
@@ -25,6 +25,8 @@
int _pos_x;
int _pos_y;
+ int _x;
+ int _y;
};