Logo
Explore Help
Sign In
pokehacks/pokecrystal-board
0
0
Fork 0
You've already forked pokecrystal-board
mirror of https://gitlab.com/xCrystal/pokecrystal-board.git synced 2025-09-08 08:13:02 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
1674b6ca5a8b7ae9a2d4e34a8c846f2ee88cb85d
pokecrystal-board/data/items/buena_prizes.asm

13 lines
267 B
NASM
Raw Normal View History

Remove all address comments
2018-06-24 16:09:41 +02:00
BuenaPrizeItems:
Verify data table sizes with table_width and assert_table_length macros This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-03-03 22:22:41 -05:00
table_width 2, BuenaPrizeItems
Copy pokered's organization some more, with further constant and data files
2017-12-15 17:22:52 -05:00
db ULTRA_BALL, 2
db FULL_RESTORE, 2
db NUGGET, 3
db RARE_CANDY, 3
db PROTEIN, 5
db IRON, 5
db CARBOS, 5
db CALCIUM, 5
db HP_UP, 5
Verify data table sizes with table_width and assert_table_length macros This was discussed in #706 It also uncovered some off-by-one issues with defining some constants. A few structs now use rsreset/_RS to define their offset constants, as discussed in #739
2021-03-03 22:22:41 -05:00
assert_table_length NUM_BUENA_PRIZES
Reference in New Issue Copy Permalink
Powered by Gitea Page: 76ms Template: 4ms
English
English
Licenses API